polycodegraph

smochan/polycodegraph
★ 2 stars Python 🤖 AI/LLM Updated 2d ago
Language-agnostic code graph builder, analyzer, PR risk reviewer, and MCP server for Claude Code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "polycodegraph": {
      "command": "uvx",
      "args": [
        "polycodegraph"
      ]
    }
  }
}

Or install with pip: pip install polycodegraph

README Excerpt

> Parse any repo into a queryable code graph. Trace one parameter from a frontend fetch through every layer to the SQL query. Powers Claude Code, Cursor, and Windsurf via MCP — so your AI assistant reads focused context instead of the entire codebase. *Same Claude Sonnet 4.6. Same 10 questions about two real repos (codegraph itself + FastAPI). Only the registered MCP server changes. Reproduce with `codegraph bench agent`, raw data in [`bench/RESULTS_AGENT_LATEST.md`](bench/RESULTS_AGENT_LATEST.m

Tools (1)

method