sage for Zed
io.github.l33tdawg/sage
Persistent, consensus-validated institutional memory for AI agents. Runs locally.
client:Zed
transport:stdio
runtime:oci
Install sage in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sage": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/l33tdawg/sage:11.23.9"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs