graphy for Claude Desktop
io.github.omnislash157/graphyos
Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.
client:Claude Desktop
transport:stdio
runtime:pypi
Install graphy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"graphyos": {
"command": "uvx",
"args": [
"graphyos"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs