Discover and explore top open-source AI tools and projects—updated daily.
colbymchenrySemantic code intelligence for AI agents
Top 95.6% on SourcePulse
CodeGraph enhances Claude Code's ability to understand and navigate codebases by providing a local, semantic knowledge graph. It targets developers using Claude Code for complex coding tasks, offering significant reductions in token usage and tool calls by replacing inefficient file scanning with instant graph queries.
How It Works
CodeGraph builds a local SQLite database containing a semantic knowledge graph of the codebase, including symbol relationships and call graphs. When Claude Code agents need to explore code, they query this graph via an MCP server instead of performing slow, token-intensive file scans. This approach provides instant lookups, enabling faster and more efficient code exploration.
Quick Start & Requirements
npx @colbymchenry/codegraph (interactive installer) or npm install -g @colbymchenry/codegraph (global install).codegraph init.Highlighted Details
Maintenance & Community
No specific details on maintainers, sponsorships, or community channels (like Discord/Slack) are provided in the README. Bug reports and feature requests are managed via GitHub issues.
Licensing & Compatibility
Limitations & Caveats
Requires Node.js to be installed. Initial indexing time can vary significantly based on project size. Some languages (e.g., Swift, Kotlin) have basic support. The tool's primary benefit is realized within the Claude Code ecosystem.
3 weeks ago
Inactive