Full repo map
Reads every file in the repo — code, docs, ADRs, notebooks, PDFs. Your LLM sees the same surface area you do.
Code Graph
Renso
Subscribe →
Code Graph maps your repo locally and exposes it over MCP, so agents can ask what breaks before they touch a line.
Reads every file in the repo — code, docs, ADRs, notebooks, PDFs. Your LLM sees the same surface area you do.
Crates, modules, functions, tests, docs, endpoints — and the relationships among them — automatically discovered.
Give your LLM deep knowledge of what its code change will impact — so it can plan ahead.
Three surfaces over one graph — an MCP server your agent calls, a CLI you script, and a terminal IDE you work in.
Coordinates plans, rebuilds, checks, and handoffs so LLM-driven work follows a tighter development cycle.
Source never leaves the machine. Only fingerprints and numeric aggregates reach the control plane.
Touching storage::engine ripples to 8 downstream nodes across 6 callers, 0 tests, and 0 docs. Confidence is medium.
Run code_graph with no arguments and it opens a full
terminal IDE — keyboard- and mouse-driven, the same local graph
underneath. Browse, edit, run shells, and hand work to AI agents
without leaving the console.
Ctrl+1…4.
code_graph auth login
code_graph-mcp --register
cd /path/to/source-repo
code_graph rebuild
AGENTS.md file.
Load Code Graph tools into context. Prefer its MCP server for navigation, impact, and validation, and follow the guidance the server provides.
Per developer. Unlimited repos, unlimited rebuilds. Cancel any time.
Your account is live. Sign in to the desktop app to start your first rebuild.