code-index

hdimer/code-index
★ 0 stars Python AI/LLM Updated today
Semantic code search as an MCP server. Find code by meaning, not keywords. Local embeddings + Milvus Lite, no API keys.
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": {
    "code-index": {
      "command": "uvx",
      "args": [
        "code-index"
      ]
    }
  }
}

Or install with pip: pip install code-index

README Excerpt

Semantic code search as an MCP server. Point it at a project and an AI agent (or you) can find code by **meaning**, not just by keyword. "Where do we validate the auth token?" returns the right function even if it never uses the words "validate" or "auth." Runs fully local: local embeddings, a local vector store, no API keys, nothing leaves your machine.

Topics

code-searchmcpmilvusmodel-context-protocolpythonsemantic-search