CodeGraph
Pre-indexed code knowledge graph for Claude Code, Codex, Cursor
...Instead of forcing agents to repeatedly scan files with grep, glob, and read commands, it builds a searchable knowledge graph of symbols, relationships, call graphs, and code structure. The project uses deterministic parsing rather than LLM summaries, which makes its indexed data more predictable and grounded in the actual source tree. It is designed for tools such as Claude Code, Codex, Cursor, and OpenCode, with MCP support for agent access. CodeGraph stores project data locally, which helps reduce token usage and repeated file exploration. ...