Tag
Graphify is an open-source tool that turns codebases, docs, SQL schemas, configs, and PDFs into a queryable knowledge graph for AI coding assistants like Claude Code, Cursor, Codex, and Gemini CLI, using local deterministic AST parsing with no vector store.
CodeGraph is a local-first tool that converts codebases into structured knowledge graphs. It uses Tree-sitter to precisely parse ASTs and supports over 20 languages. Through the MCP protocol, it directly feeds AI coding agents like Claude and Cursor, helping quickly analyze code impact scope while reducing token consumption and tool call frequency.
Graphify is a software engineering knowledge graph tool for AI coding assistants. It organizes project materials such as code, documents, and images into a queryable relationship graph, helping AI skip the step of repeatedly reading files when understanding large projects.