graphy for Zed
io.github.omnislash157/graphyos
Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.
client:Zed
transport:stdio
runtime:pypi
Install graphy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"graphyos": {
"command": "uvx",
"args": [
"graphyos"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs