MCP Server
MCP
io.github.radiovisual/zoekt-mcp
Fast indexed code search for AI agents, powered by Sourcegraph Zoekt.
Install
uvx zoekt-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "zoekt-mcp",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)",
"format": "string",
"name": "ZOEKT_URL"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/radiovisual/zoekt-mcp:0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)",
"format": "string",
"name": "ZOEKT_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment