graphy for Grok
io.github.omnislash157/graphyos
Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.
client:Grok
transport:stdio
runtime:pypi
Install graphy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"graphyos": {
"type": "stdio",
"command": "uvx",
"args": [
"graphyos"
]
}
}
}
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