Skip to content
Cursor

rstream CLI MCP for Cursor

io.github.rstreamlabs/rstream

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

client:Cursor transport:stdio runtime:oci

Install rstream CLI MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rstream CLI MCP in other clients