zoekt-mcp

pleme-io/zoekt-mcp
★ 1 stars Nix 🤖 AI/LLM Updated 1d ago
Zoekt MCP server - trigram-indexed code search for Claude Code
View on GitHub →

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": {
      "command": "npx",
      "args": [
        "-y",
        "pleme-io/zoekt-mcp"
      ]
    }
  }
}

README Excerpt

Zoekt MCP server - trigram-indexed code search for Claude Code