← Index

io.github.radiovisual/zoekt-mcp

io.github.radiovisual/zoekt-mcp·v0.3.2·Search
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "zoekt-mcp": {
      "command": "uvx",
      "args": [
        "zoekt-mcp"
      ],
      "env": {
        "ZOEKT_URL": "<zoekt_url>"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "zoekt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/radiovisual/zoekt-mcp:0.3.2"
      ],
      "env": {
        "ZOEKT_URL": "<zoekt_url>"
      }
    }
  }
}
§02  Environment variables
ZOEKT_URL

Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)

ZOEKT_URL

Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search