Skip to content
Cursor

Context Lens for Cursor

io.github.cornelcroi/context-lens

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

client:Cursor transport:stdio runtime:pypi

Install Context Lens in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "context-lens": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-lens"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Context Lens in other clients