Odel
zoekt mcp

zoekt mcp

Local
@radiovisual2PythonMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIzoekt-mcpv0.3.2

Run

uvx zoekt-mcp

MCP client config

{
  "mcpServers": {
    "zoekt-mcp": {
      "command": "uvx",
      "args": [
        "zoekt-mcp"
      ]
    }
  }
}
Dockerghcr.io/radiovisual/zoekt-mcp:0.3.2

Run

docker run -i --rm ghcr.io/radiovisual/zoekt-mcp:0.3.2

MCP client config

{
  "mcpServers": {
    "zoekt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/radiovisual/zoekt-mcp:0.3.2"
      ]
    }
  }
}