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