rstream CLI MCP
Rank #4,750io.github.rstreamlabs/rstream
Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.
rstream CLI MCP is a Model Context Protocol (MCP) server published by rstreamlabs. It ranks #4,750 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. rstream CLI MCP is listed on Official MCP, with 13 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 127,296 of 132,046 servers on MCP Toplist.
Use rstream CLI MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rstream -- docker run -i --rm docker.io/rstream/rstream:1.31.0 mcp serve[mcp_servers.rstream]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/rstream/rstream:1.31.0", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rstream": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rstream": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rstream": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rstream": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rstream": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0",
"mcp",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rstreamlabs%2Frstream)<a href="https://mcptoplist.com/server/io.github.rstreamlabs%2Frstream"><img src="https://mcptoplist.com/badge/io.github.rstreamlabs%2Frstream.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
rstreamlabs
Available versions (13)
| Version | Published |
|---|---|
| 1.31.0 | Sep 7, 2026 |
| 1.30.0 | Sep 4, 2026 |
| 1.29.3 | Aug 26, 2026 |
| 1.29.1 | Aug 22, 2026 |
| 1.28.2 | Aug 16, 2026 |
| 1.28.1 | Aug 15, 2026 |
| 1.28.0 | Aug 15, 2026 |
| 1.27.4 | Aug 14, 2026 |
| 1.27.3 | Aug 13, 2026 |
| 1.27.2 | Aug 13, 2026 |
| 1.27.1 | Aug 13, 2026 |
| 1.27.0 | Aug 12, 2026 |
| 1.26.6 | Aug 5, 2026 |
Frequently asked questions
- Who maintains rstream CLI MCP?
- rstream CLI MCP is maintained by rstreamlabs, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is rstream CLI MCP listed on the Official MCP Registry?
- Yes — rstream CLI MCP is listed on the Official MCP Registry.
- How many versions does rstream CLI MCP have?
- MCP Toplist tracks 13 versions of rstream CLI MCP, most recently published on Sep 7, 2026.
- Where can I find the source code for rstream CLI MCP?
- The source code for rstream CLI MCP is hosted at github.com/rstreamlabs/rstream-go.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.