Submit

Mcp Codebase Index

@MikeRecognex

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).

Demo: https://asciinema.org/a/vQVsguJmclBWsnxx

Server Config

{
  "mcpServers": {
    "codebase-index": {
      "command": "mcp-codebase-index",
      "env": {
        "PROJECT_ROOT": "/path/to/project"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Mcp Codebase Index MCP Server