Skip to content
Cursor

zoekt mcp for Cursor

io.github.radiovisual/zoekt-mcp

Fast indexed code search for AI agents, powered by Sourcegraph Zoekt.

client:Cursor transport:stdio runtime:pypi

Install zoekt mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zoekt-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zoekt-mcp"
      ],
      "env": {
        "ZOEKT_URL": "<ZOEKT_URL>"
      }
    }
  }
}

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

zoekt mcp in other clients