Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

CogniRelay in other clients