Provides code search across repositories using Zoekt’s indexing and an MCP interface for AI tooling.
Configuration
View docs{
"mcpServers": {
"najva-ai-zoekt-mcp": {
"url": "http://localhost:8080/zoekt/mcp/",
"headers": {
"MCP_SSE_PORT": "8000",
"ZOEKT_API_URL": "http://your-zoekt-instance",
"MCP_STREAMABLE_HTTP_PORT": "8080"
}
}
}
}Search across indexed codebases using Zoekt's advanced query syntax with support for regex, language filters, and boolean operators.
Generate a context-aware guide for constructing effective search queries based on your objective.
Retrieve file contents or browse directory structures from indexed repositories.