Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"graphify": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphify"
]
}
}
}