rstream CLI MCP for VS Code
io.github.rstreamlabs/rstream
Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.
client:VS Code
transport:stdio
runtime:oci
Install rstream CLI MCP in VS Code
.vscode/mcp.json
{
"servers": {
"rstream": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs