Skip to content
Cursor

agent relay for Cursor

io.github.cloud1map/agent-relay

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

client:Cursor transport:stdio runtime:npm

Install agent relay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent relay in other clients