PluginBench
MCP Server

Context Lens MCP Server

io.github.cornelcroi/context-lens

What is the Context Lens MCP server?

Semantic search knowledge base with serverless LanceDB. Zero setup, 100% local, 25+ file types

How to install Context Lens

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "context-lens": {
      "command": "uvx",
      "args": [
        "context-lens"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "context-lens": {
      "command": "uvx",
      "args": [
        "context-lens"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "context-lens": {
      "command": "uvx",
      "args": [
        "context-lens"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "context-lens": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-lens"
      ]
    }
  }
}
Claude Code
claude mcp add context-lens -- uvx context-lens

Related MCP servers

Local-first bookmark management with semantic search and AI-powered organization