"Your AI assistant is brilliant — but it's navigating your codebase blind. It doesn't know your private APIs, your internal call chains, or which function actually handles that edge case. Code Graph Builder gives it a map."
"A log error fires. You have a function name. You have no idea what triggered it."
Navigate deep call trees with mathematical precision. Every node is a real function from the code_graph_builder repo.
Select a function to see details.
Two steps to supercharge your AI assistant.
npx code-graph-builder@latest --setup
Add to your Claude Code / Cursor / Windsurf settings:
{
"mcpServers": {
"code-graph-builder": {
"command": "npx",
"args": ["-y", "code-graph-builder@latest", "--server"]
}
}
}