Graphify — Knowledge Graph for Claude Code

Video: This Open Source Repo Just Solved Claude Code’s #1 Problem by Chase AI GitHub: graphify — ~60K★ License: Open source, free

Graphify solves Claude Code’s memory problem by turning any repository into a knowledge graph, giving Claude Code more accurate answers at a fraction of the token costs.

How It Works

  1. Traverses your entire codebase — code, docs, PDFs, images, videos
  2. Maps all connections between components, files, and concepts
  3. Discerns the why behind the connections (semantic understanding, not just grep)
  4. Creates a queryable knowledge graph that Claude Code can search
  5. Eliminates the need to grep through files manually

Key Features

  • Codebase-wide mapping — not just code, but docs, PDFs, images, and videos too
  • Semantic connections — understands the why behind relationships, not just file references
  • Token efficiency — queries the graph instead of dumping whole files into context
  • Model agnostic — works with any AI coding assistant (Claude Code, CodeX, Cursor, etc.)
  • Open source & free — 60K★ on GitHub

Setup

  1. Clone the Graphify repo
  2. Point it at your project directory
  3. It generates the knowledge graph automatically
  4. Query the graph instead of grepping through files