Skip to content
Claude Desktop

Agent Relay for Claude Desktop

io.github.mmmikael/arelay

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

client:Claude Desktop transport:stdio runtime:npm

Install Agent Relay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "arelay": {
      "command": "npx",
      "args": [
        "-y",
        "@arelay/cli"
      ],
      "env": {
        "ARELAY_TOKEN": "<ARELAY_TOKEN>",
        "ARELAY_URL": "<ARELAY_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Agent Relay in other clients