GitHub - In-memory code knowledge graph and MCP server for AI agents

by
PigeonGraph stops coding agents from wasting 20+ turns on grep loops. It builds an in-memory knowledge graph locally with Node 24 SQLite WAL, connecting AST symbols and dynamic runtime routes for Claude, Cursor, and Gemini in a single turn. 100% local, MIT licensed

Add a comment

Replies

Best
Maker
📌
I built PigeonGraph because I was spending too many tokens watching Claude Code and Cursor loop through grep searches on medium-sized repositories. I tried existing code graph projects, but they either required cloud services, missed runtime route handlers, or dumped too much raw text back into the prompt. PigeonGraph is completely local, runs in Node 24 with native SQLite WAL, and exposes an MCP server that gives agents exact call chains and route links in one turn. It is 100% free, open source under the MIT license, and easy to run. I would love your feedback, stars, and contributions on GitHub.