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
{
"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