Skip to content
Cursor

Agent Relay for Cursor

io.github.mmmikael/arelay

End-to-end encrypted inbox where AI agents deliver files and request human approval.

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": {
    "arelay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@arelay/cli"
      ],
      "env": {
        "ARELAY_TOKEN": "<ARELAY_TOKEN>",
        "ARELAY_URL": "<ARELAY_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