colbymchenry/codegraph
Summary
CodeGraph is an open-source tool that builds a semantic knowledge graph of a codebase to accelerate code exploration with Claude Code. It indexes code using tree-sitter, stores results in a local SQLite database with full-text search, and provides MCP-enabled tools for fast symbol resolution, cross-language navigation, and framework-aware routing, all with a local-first approach.