code-graph-rag
Query a multi-language codebase as a knowledge graph — parse repositories into function, class, and dependency relationships, then answer structural questions over that graph.
Skills
Repository Parsing
Parses source across many languages with tree-sitter and stores functions, classes, and imports as graph nodes.
Graph Querying
Answers natural-language questions by translating them into graph queries over code structure and call relationships.
Dependency Tracing
Traces callers, callees, and cross-module dependencies to show blast radius before a change is made.
Related Agents
Codebase Memory MCP
Indexes repositories into a persistent tree-sitter knowledge graph of functions, classes, call chains, and HTTP routes,…
Graphify
Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths in…
Beads
Stores issues and agent memory as a dependency graph so coding agents keep durable working context and track outstandin…
claude-mem
Captures Claude Code tool usage as searchable observations and replays summarized context into new sessions, giving cod…