agent relay for Claude Desktop
io.github.cloud1map/agent-relay
Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals.
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": {
"agent-relay": {
"command": "npx",
"args": [
"-y",
"@cloud1map/agent-relay-mcp"
],
"env": {
"RELAY_URL": "<RELAY_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs