go-indexing-mcp

cristian-guerrero/go-indexing-mcp
★ 0 stars Go 🤖 AI/LLM Updated 4d ago
MCP (Model Context Protocol) server for semantic code indexing. Allows searching code in natural language using local embeddings with llama.cpp.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-indexing-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/cristian-guerrero/go-indexing-mcp@latest"
      ]
    }
  }
}

README Excerpt

<h2 align="center"> go-indexing-mcp <br/> <sub>Semantic code search that agents <em>must</em> use</sub> </h2> <div align="center"> </div> AI coding agents default to grep+read: search with a keyword, open every matching file, consume thousands of tokens reading irrelevant code, forget context, repeat. go-indexing-mcp fixes this by injecting semantic search **directly into the agent's instructions** — the agent **must** use `search_code` (BM25 + vector similarity) before falling back to grep.

Tools (9)

find_importsgraphgrepgrep_codeidle_timeout_secssearch_codesymbol_infowatch_enabledwatch_interval_secs