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