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).
Run
uvx zoekt-mcp
MCP client config
{
"mcpServers": {
"zoekt-mcp": {
"command": "uvx",
"args": [
"zoekt-mcp"
]
}
}
}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"
]
}
}
}