This MCP server enables fast local source code searching using Zoekt's indexing capabilities.
From the registry: Fast local source code searching using Zoekt trigram-based indexing
$ go install github.com/trondhindenes/code-index-mcp@latesthttps://github.com/trondhindenes/code-index-mcp/releasesPlease install the `code-index-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install code-index-mcp binary** — Install via Go, build from source, or download a pre-built binary from GitHub Releases. Run: `go install github.com/trondhindenes/code-index-mcp@latest` (https://github.com/trondhindenes/code-index-mcp/releases)
Canonical MCP server config (stdio transport):
- command: `code-index-mcp`
- args: []
- optional environment variables:
- `CODE_INDEX_DIR`: Override default index storage location. (example: `~/Library/Application Support/code-index`)
Note: Distributed as a Go binary. Pre-built binaries for darwin/linux on amd64/arm64 in releases. Also available as .mcpb bundle for Claude Desktop one-click install.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CODE_INDEX_DIRrequiredOverride the default index storage location.MCP server for searching Airweave collections with natural language queries.