Skip to content
Cline

agent relay for Cline

io.github.cloud1map/agent-relay

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

client:Cline transport:stdio runtime:npm

Install agent relay in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "agent-relay": {
      "command": "npx",
      "args": [
        "-y",
        "@cloud1map/agent-relay-mcp"
      ],
      "env": {
        "RELAY_URL": "<RELAY_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent relay in other clients