Skip to content
Zed

rstream CLI MCP for Zed

io.github.rstreamlabs/rstream

Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.

client:Zed transport:stdio runtime:oci

Install rstream CLI MCP in Zed

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

{
  "context_servers": {
    "rstream": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/rstream/rstream:1.31.0"
      ]
    }
  }
}

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

rstream CLI MCP in other clients