Structural code context engine that builds a call graph + dependency graph of your codebase, giving Claude precise file and symbol recommendations before it starts exploring.
- Graph scan — Indexes your project's functions, classes, imports, and call relationships
- Context retrieval — When you ask a question, the graph finds the most relevant files and symbols
- Pre-injection — Recommended context is delivered to Claude before it starts working, reducing token usage and improving accuracy
pip install graperootclaude /plugin install graperoot-pluginOr load locally for testing:
claude --plugin-dir /path/to/graperoot-plugin| Component | Purpose |
|---|---|
MCP server (mcp-graph-server) |
Provides graph_continue, graph_scan, graph_read, graph_register_edit, fallback_rg tools |
Skill (graph-context) |
Teaches Claude the retrieval protocol — call graph tools first, respect confidence levels |
- Python 3.10+
- Claude Code 1.0.33+
pip install graperoot(compiled Cython package — no source files exposed)
TypeScript, JavaScript, Python, Go, Rust, Java, C, C++, Ruby, PHP, Swift, Kotlin, and more.
Proprietary — distributed as compiled binaries via PyPI.