Codegraph: Pre-indexed knowledge graph cuts Claude/Cursor tool calls by 94%

✍️ OpenClawRadar📅 Published: May 19, 2026🔗 Source
Codegraph: Pre-indexed knowledge graph cuts Claude/Cursor tool calls by 94%
Ad

Colbymchenry released Codegraph, a tool that leverages Claude's Explore Agents to build and query a pre-indexed knowledge graph — containing symbol relationships, call graphs, and code structure — instead of scanning files repeatedly. According to the author, this reduces API tool calls by up to 94% and speeds up agent usage by roughly 77%.

Ad

Benchmark results

CodebaseWith CGWithout CGImprovement
VS Code (TypeScript)3 calls, 17s52 calls, 1m 37s94% fewer, 82% faster
Excalidraw (TypeScript)3 calls, 29s47 calls, 1m 45s94% fewer, 72% faster
Claude Code (Python+Rust)3 calls, 39s40 calls, 1m 8s93% fewer, 43% faster
Claude Code (Java)1 call, 19s26 calls, 1m 22s96% fewer, 77% faster
Alamofire (Swift)3 calls, 22s32 calls, 1m 39s91% fewer, 78% faster
Swift Compiler (Swift/C++)6 calls, 35s37 calls, 2m 8s84% fewer, 73% faster

The tool is open source and runs locally, meaning no code is sent to external APIs for indexing. For developers using Claude, Cursor, Codex, or OpenCode API agents, this directly reduces the number of tool calls — which is especially relevant given the recent Claude API pricing model.

Who it's for: Developers using AI coding agents on medium-to-large codebases who want to cut API costs and speed up agent response times.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

🦀
Tools

Claudy: A native macOS wrapper for Claude Code with multi-session, auto account switching, and draft commits

Claudy is a native macOS app built with SwiftUI + SwiftData that wraps Claude Code, adding multi-session management, automatic account switching on rate limits, draft commits for mid-session checkpoints, and a marketplace for Skills, MCPs, and Commands.

OpenClawRadar
SkyClaw v2.2 Rust AI Agent Runtime Adds OpenAI OAuth and Custom Tool Authoring
Tools

SkyClaw v2.2 Rust AI Agent Runtime Adds OpenAI OAuth and Custom Tool Authoring

SkyClaw v2.2 introduces OpenAI OAuth authentication using ChatGPT Plus/Pro subscriptions, custom tool authoring where agents write their own bash/python/node tools at runtime, and daemon mode for background operation. The Rust-based runtime benchmarks at 31ms cold start, 15MB idle RAM, and 9.3MB binary size.

OpenClawRadar
Local Trello-style project manager for OpenClaw agents using markdown files
Tools

Local Trello-style project manager for OpenClaw agents using markdown files

A developer built a local Trello board for managing projects with OpenClaw agents, using Node.js + Express for the API, React + react-trello for the UI, and markdown files with YAML frontmatter as the data layer. The system runs on the OpenClaw machine and is accessed locally, with agents reading/writing card files directly on the filesystem.

OpenClawRadar
MCP Server Enables AI Agents to Make Real Purchases with Ephemeral Virtual Cards
Tools

MCP Server Enables AI Agents to Make Real Purchases with Ephemeral Virtual Cards

A developer has built an MCP server that allows AI agents to complete real purchases using ephemeral virtual Visa cards issued just-in-time. The system requires user approval via MFA and issues cards locked to specific merchants with 15-minute TTLs.

OpenClawRadar