Skip to content
Windsurf

remote bridge for Windsurf

io.github.varaprasadreddy9676/remote-bridge

Sync code to remote servers via SSH/rsync and deploy from any AI IDE.

client:Windsurf transport:stdio runtime:npm

Install remote bridge in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "remote-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "remote-bridge-cli"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

remote bridge in other clients