AgentHubAgentHub

zoekt-mcp

MCP ServerMCP Registry官方收录

io.github.radiovisual/zoekt-mcp · v0.3.2

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

概览

zoekt-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "zoekt-mcp": {
      "command": "uvx",
      "args": [
        "zoekt-mcp"
      ]
    }
  }
}

环境变量

ZOEKT_URL可选

Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)

ZOEKT_URL可选

Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)

相关资源

统一 Manifest

{
  "id": "io.github.radiovisual/zoekt-mcp",
  "type": "mcp-server",
  "version": "0.3.2",
  "displayName": "zoekt-mcp",
  "description": "Fast indexed code search for AI agents, powered by Sourcegraph Zoekt.",
  "repository": {
    "url": "https://github.com/radiovisual/zoekt-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "zoekt-mcp",
        "version": "0.3.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ZOEKT_URL",
            "description": "Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)"
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/radiovisual/zoekt-mcp:0.3.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ZOEKT_URL",
            "description": "Base URL of the zoekt-webserver backend (defaults to http://localhost:6070)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.radiovisual/zoekt-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.radiovisual%2Fzoekt-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
zoekt-mcp — MCP Server 安装与配置 · AgentHub