remote agents for Cursor
io.github.47-ronn/remote-agents
Control fleets of remote machines via AI agents: exec, files, git, fleet ops, map/reduce.
client:Cursor
transport:stdio
runtime:npm
Install remote agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"remote-agents": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remote-agents"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs