II.
ToolServer JSON
Structured · livetool-server:mcp-graphify
Graphify MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-graphify",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-community.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Graphify MCP Server",
"description": "MCP server that exposes a Graphify knowledge graph as LLM-accessible\ntools. Builds a queryable graph from code, SQL schemas, docs, papers,\nand images using Tree-sitter static analysis and LLM-driven semantic\nextraction. The MCP server allows agents to query the graph, traverse\nrelationships, and understand codebase structure without file-by-file\nsearch. Supports incremental updates via code-review-graph for\nautomatic re-parsing on git commits.\n",
"protocol": "mcp",
"category": "knowledge",
"repoUrl": "https://github.com/safishamsi/graphify",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-graphify",
"to": "tool:graphify",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-graphify",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}