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
{
"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