[GitHub Trending] tirth8205/code-review-graph
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Local-first code intelligence graph for MCP directly improves AI coding tool efficiency.
Code-review-graph is an open-source Python tool that uses Tree-sitter to build an AST-based structural map of a codebase, enabling AI coding assistants to perform reviews with precise, incremental context via the Model Context Protocol (MCP). It supports 15+ platforms including Cursor, Claude Code, and GitHub Copilot, and can compute a change's blast radius in seconds for a 500-file project, eliminating full-codebase re-reads. The tool auto-detects installed AI tools and configures MCP endpoints, hooks, and platform rules with a single command, while its uninstaller safely removes only its own artifacts.
tirth8205