codegraph
ActiveDescription
CodeGraph is a context graph for coding agents, mapping how a codebase is wired together so LLM-driven tools can navigate dependencies and produce more accurate edits.
Key Features
- Pre-indexed code knowledge graph that auto-syncs code changes with millisecond queries
- Compatible with multiple coding agents including Claude Code, Codex, Cursor, and AntiGravity
- Runs 100% locally with indexes and queries kept on your machine
- Dramatically reduces token consumption by giving LLMs precise context
- Multi-language support covering AST parsing and dependency graph construction for major languages
Use Cases
Categories
Quick Start
# Install the CodeGraph indexer
npm install -g @codegraph/cli
# Initialize index in project root
codegraph init
# Start MCP server for agent queries
codegraph serve --mcp
# Use it in Claude Code
> Find all callers of the user module