Skip to content
Zed

Code Relay for Zed

io.github.zarcherlot/code-relay

Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.

client:Zed transport:stdio runtime:npm

Install Code Relay in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "code-relay": {
      "command": "npx",
      "args": [
        "-y",
        "code-relay-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Code Relay in other clients