"Most agents re-read your entire codebase every time they start a task — the same files, the same functions, the same slow discovery loop. Code Graph Builder indexes it once into a knowledge graph, and every session after that already knows where everything is."
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"]
}
}
}