CogniRelay for Zed
io.github.stef-k/cognirelay
Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.
client:Zed
transport:stdio
runtime:pypi
Install CogniRelay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cognirelay": {
"command": "uvx",
"args": [
"cognirelay"
],
"env": {
"COGNIRELAY_REPO_ROOT": "<COGNIRELAY_REPO_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs