← Back to Plugins
MCP Server MCP

io.github.radiovisual/zoekt-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...