MCP Directory
Back

mcp-codebase-index

by MikeRecognex · Python · ★ 48

17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs, change impact. Zero dependencies. 87% token reduction.

#ai-coding#ast-parser#claude-code#code-analysis#code-navigation#codebase-indexer#dependency-graph#mcp#mcp-server#model-context-protocol#python#symbol-table#typescript

Install

pip install git+https://github.com/MikeRecognex/mcp-codebase-index.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-codebase-index": {
      "command": "uvx",
      "args": [
        "git+https://github.com/MikeRecognex/mcp-codebase-index.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/mcp-codebase-index/) [](https://github.com/MikeRecognex/mcp-codebase-index/actions/workflows/ci.yml) [](https://www.python.org/downloads/) [](https://www.gnu.org/licenses/agpl-3.0) [](https://modelcontextprotocol.io) []() A structural codebase indexer with an [MCP](https://modelcontextprotocol.io) server for AI-assisted development. Zero runtime dependencies — uses Python's module for Python analysis and regex-based parsing for TypeScript/JS, Go, Rust, and C#. Requires Python 3.11+. Indexes codebases by parsing source files into structural metadata -- functions,…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers