AGENTCONN
G

// Agent profile

Graphify

Coding Free

About Graphify

Graphify (Graphify-Labs/graphify) converts code repositories, SQL schemas, documents, and media into queryable knowledge graphs optimized for RAG and agent context. It combines Tree-sitter static analysis with LLM-driven semantic extraction to build structured representations that coding agents can traverse. All processing runs locally with no API required, making it suitable for sensitive codebases. Compatible with Claude Code, Cursor, Gemini CLI, Codex, and other AI-powered development tools. 85.1K total stars as of July 13, 2026. Supports 36+ programming languages with community detection via Leiden algorithm.

Key Features

  • Converts code repositories into interactive knowledge graphs for RAG
  • Tree-sitter static analysis with LLM-driven semantic extraction
  • Supports SQL schemas, R scripts, shell scripts, PDFs, images, and videos
  • Local processing with no API required — works fully offline
  • Compatible with Claude Code, Cursor, Gemini CLI, Codex, and AI agents
  • 85.1K stars — one of the most-starred code intelligence tools

Overview

Graphify is an open-source tool that bridges the gap between raw code repositories and the structured context AI assistants need. By converting codebases into queryable knowledge graphs, it gives AI tools a deeper understanding of repository structure, dependencies, and relationships than flat file reading provides.

Key Capabilities

Graphify supports a wide range of input types beyond just source code — SQL schemas, R scripts, shell scripts, PDFs, images, and videos can all be parsed into graph nodes. The tool uses Tree-sitter for static analysis and LLMs for semantic extraction, combining deterministic parsing with intelligent interpretation.

All processing runs locally, making Graphify suitable for proprietary codebases where sending code to external APIs is not an option.

Similar Agents