remote bridge for Cursor
io.github.varaprasadreddy9676/remote-bridge
Sync code to remote servers via SSH/rsync and deploy from any AI IDE.
client:Cursor
transport:stdio
runtime:npm
Install remote bridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"remote-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs