Tools/Graphify
Graphify
Open-source (MIT) knowledge-graph tool for AI coding assistants — maps a codebase into an on-device knowledge graph the assistant queries instead of grepping. Uses tree-sitter to build a real AST across 36 languages deterministically (no model calls), and falls back to a configured AI model for non-code files. Produces an interactive graph, architecture reports (critical nodes/connections), and machine-readable JSON; also runs as an MCP server exposing 10 graph query tools over HTTP or stdio.
- Install:
uv tool install graphifyy, thengraphify installto register the skill, then/graphify .to build the graph - Integrates with 17 assistants/platforms, including Claude Code, Cursor, GitHub Copilot, Gemini CLI, Aider
- Fully local — no account, no API keys, nothing leaves the machine
- Docs: https://graphify.com/docs
Best fit for large, multi-language codebases where architecture/relationship queries beat grep; likely overkill for small or single-purpose repos.