g

graphify

Developed by Graphify-Labs

graphify is a multimodal knowledge graph generator designed as a Claude Code skill. By typing `/graphify`, it scans codebases, documents, PDFs, and images (using Claude Vision) to extract concepts and relationships into a unified graph. Combining tree-sitter AST parsing and Leiden clustering, it delivers interactive HTML, Obsidian vaults, and wikis, while achieving up to 71.5x token reduction per query compared to reading raw files. It supports file watching, Git post-commit hooks, and runs as an MCP server.

  • Multimodal Extraction (Combines tree-sitter AST, PDF parsing, and Claude Vision)
  • 71.5x Token Efficiency (Massively compresses context compared to raw file ingestion)
  • Rich Export Formats (Interactive HTML, Obsidian vaults, Wiki markdown, and Neo4j)
  • Automated Synchronization (Real-time file watching and Git post-commit hooks)
  • MCP Server Support (Provides standard MCP stdio interface for agentic workflows)
desktop