zoekt-mcp-server

GyeongHoKim/zoekt-mcp-server
★ 0 stars Go Code/Dev Tools Updated today
Self-hosted Zoekt code search for coding agents over MCP — mirrors your internal Git host, keeps the index fresh, and exposes it behind one authenticated endpoint
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zoekt-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/GyeongHoKim/zoekt-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

<!-- markdownlint-disable MD033 --> Self-hosted code search for coding agents. Point it at your internal Git host and your agents can search every repository your team can read — from Claude Code, Codex, or anything else that speaks the Model Context Protocol. An agent that cannot see your code guesses at it. It reinvents a helper you already have, calls an

Tools (15)

ZOEKT_MCP_ADDRZOEKT_MCP_AUTH_TOKENZOEKT_MCP_CONTEXT_LINESZOEKT_MCP_MAX_RESULTSZOEKT_MCP_TIMEOUTZOEKT_MCP_TRANSPORTZOEKT_MCP_UPSTREAM_URLfind_symbolgerritgiteagithubgitlablist_reposread_filesearch_code

Topics

code-searchkubernetesmcpmcp-serverzoekt