MCP Directory
Back

codeindex

by scheidydude · Python · ★ 263

Repo dependency analyzer with **blast-radius impact scoring** for AI-assisted development.

#ai-assisted-development#blast-radius#cli#code-analysis#dependency-graph#developer-tools#mcp-server#python#static-analysis#symbol-index

Install

pip install git+https://github.com/scheidydude/codeindex.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "codeindex": {
      "command": "uvx",
      "args": [
        "git+https://github.com/scheidydude/codeindex.git"
      ]
    }
  }
}

From the README

**Temporal code knowledge graph** with blast-radius impact scoring, semantic symbol search, and git-history-aware dependency analysis — for AI-assisted development. Point it at any project — Python, JavaScript/TypeScript, Go, Ruby, Rust, Java, PHP, and more — and get: - A persistent **SQLite graph store** at — incremental, queryable, temporal - A dependency index written directly into your repo (preserved for backward compatibility) - Per-file blast-radius scores (how many files break if this one changes), including **historical as-of queries** - A symbol map so AI can find any function/c…
Read full README on GitHub →

Related other servers