4 months ago
Overview
Structural codebase indexer that parses source files into functions, classes, imports, and dependency graphs, then exposes 17 query tools via MCP. AI assistants get surgical answers instead of reading entire files. Measured 87% average token reduction per query. Zero runtime dependencies. Supports Python (AST), TypeScript/JS (regex), Markdown (headings).
Server Config
{
"mcpServers": {
"codebase-index": {
"command": "mcp-codebase-index",
"env": {
"PROJECT_ROOT": "/path/to/project"
}
}
}
}