{
  "slug": "codegraph",
  "name": "codegraph",
  "url": "https://github.com/colbymchenry/codegraph",
  "cat": "memory",
  "group": "claude",
  "tagline": "Code knowledge graph (MCP server)",
  "price": "Free · MIT",
  "tier": "free",
  "pick": false,
  "what": "Parses the repo with a Rust/tree-sitter kernel into a local SQLite graph of symbols, call edges and imports, served to agents over MCP — so the agent asks one structured question instead of grepping dozens of files. 100% local. Benchmarked at 88% fewer tool calls and 62% fewer tokens. ~67k stars.",
  "why": "Pays off once the codebase is big enough that Claude spends its first ten tool calls just finding things. Auto-syncs via OS file watchers, so no manual reindexing.",
  "install": "npm i -g @colbymchenry/codegraph",
  "category": {
    "key": "memory",
    "name": "Memory & context",
    "desc": "What survives the session. Stops the agent re-reading everything every time.",
    "group": "claude",
    "groupName": "Claude Code toolkit"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": null,
    "checked_at": "2026-08-18T20:13:57.562+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}