rstream CLI MCP for Claude Desktop
io.github.rstreamlabs/rstream
Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.
client:Claude Desktop
transport:stdio
runtime:oci
Install rstream CLI MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"rstream": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs