skeletongraph for Grok
io.github.yashdoke7/skeletongraph
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
client:Grok
transport:stdio
runtime:pypi
Install skeletongraph in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"skeletongraph": {
"type": "stdio",
"command": "uvx",
"args": [
"skeletongraph"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs