code-index-mcp

johnhuang316/code-index-mcp
★ 826 stars Python 🔍 Search Updated 1mo ago
A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
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": {
    "code-index-mcp": {
      "command": "uvx",
      "args": [
        "code-index-mcp"
      ]
    }
  }
}

Or install with pip: pip install code-index-mcp