Skip to content
VS Code

remote bridge for VS Code

io.github.varaprasadreddy9676/remote-bridge

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

client:VS Code transport:stdio runtime:npm

Install remote bridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "remote-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "remote-bridge-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

remote bridge in other clients