Skip to content
Zed

agent relay for Zed

io.github.cloud1map/agent-relay

Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.

client:Zed transport:stdio runtime:npm

Install agent relay 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": {
    "agent-relay": {
      "command": "npx",
      "args": [
        "-y",
        "@cloud1map/agent-relay-mcp"
      ],
      "env": {
        "RELAY_URL": "<RELAY_URL>"
      }
    }
  }
}

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

agent relay in other clients