Skip to content
Zed

remote bridge for Zed

io.github.varaprasadreddy9676/remote-bridge

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

client:Zed transport:stdio runtime:npm

Install remote bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

remote bridge in other clients