Skip to content
Windsurf

rstream CLI MCP for Windsurf

io.github.rstreamlabs/rstream

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

client:Windsurf transport:stdio runtime:oci

Install rstream CLI MCP in Windsurf

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

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

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

rstream CLI MCP in other clients