Engraphy for Zed
io.github.devon-clarkk/engraphy
Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.
client:Zed
transport:stdio
runtime:oci
Install Engraphy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"engraphy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/devon-clarkk/engraphy:0.3.0"
],
"env": {
"ENGRAPHY_DATABASE_URL": "<ENGRAPHY_DATABASE_URL>",
"ENGRAPHY_BIND_HOST": "<ENGRAPHY_BIND_HOST>",
"ENGRAPHY_BIND_PORT": "<ENGRAPHY_BIND_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs