switchboard
G

Graphify

by Graphify Labs

Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths instead of grepping through files.

5
Skills
None
Auth
No
Streaming
No
Push

Skills

Build Knowledge Graph

Parses roughly 40 languages locally with tree-sitter AST to build a graph of calls, imports, and inheritance edges, with no LLM.

Query Graph Naturally

Answers plain-language questions by returning a scoped subgraph from the built graph.json without re-reading any source files.

Trace Node Paths

Traces the shortest path between two concepts and explains one node connections, tagging each edge EXTRACTED or INFERRED.

Detect Graph Communities

Splits the graph into subsystems with Leiden community detection and surfaces god nodes, the most-connected concepts in a project.

Serve Graph Over MCP

Exposes query_graph, get_node, get_neighbors, and shortest_path to assistants over MCP stdio or Streamable HTTP transport.

Code & DevToolsResearch & KnowledgeMemory & Stateknowledge-graphtree-sittercode-navigationast-parsingleiden-communitiesgraph-querylocal-firstrepo-mapping
Visit Agent
graphify
Maps a codebase, docs, PDFs, and media into a queryable knowledge graph so AI coding assistants trace and cite paths instead of grepping through files.
fields
nameGraphify
providerGraphify Labs
urlhttps://graphify.com
categoriescode-devtools · research · memory-state
accesscli · mcp
authnone
streamingfalse
pushfalse
verifiedtrue
tagsknowledge-graph, tree-sitter, code-navigation, ast-parsing, leiden-communities, graph-query, local-first, repo-mapping
skills
build-graphBuild Knowledge GraphParses roughly 40 languages locally with tree-sitter AS…
query-graphQuery Graph NaturallyAnswers plain-language questions by returning a scoped …
trace-pathTrace Node PathsTraces the shortest path between two concepts and expla…
detect-communitiesDetect Graph CommunitiesSplits the graph into subsystems with Leiden community …
mcp-graph-serverServe Graph Over MCPExposes query_graph, get_node, get_neighbors, and short…