Skip to content
Cline

rstream CLI MCP for Cline

io.github.rstreamlabs/rstream

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

client:Cline transport:stdio runtime:oci

Install rstream CLI MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

rstream CLI MCP in other clients