mcpbeat Sign in

rstream CLI MCP Server

by rstreamlabs Your server? Claim it
local only

rstream CLI MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

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

Installs / week
not published
1
Stars
0 open issues
14 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        candidate := filepath.Join(workdir, exe)
Asks for container control access cmd/rstream/cmd/run.go:97
    runCmd.Flags().String("docker-socket", "unix:///var/run/docker.sock", "Docker socket")
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/promote-release.yml:324
      - name: Update formula
        shell: bash
        env:
          VERSION: ${{ needs.prepare.outputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to rstream CLI MCP

same job, measured the same way
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

108 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
MCP Server Search
by bytedance

MCP server for web search operations

101 installs/wk local only
Remote Filesystem
by pulsemcp

MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).

51 installs/wk local only
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

122 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

42 installs/wk local only
I
Mssql Writer
by connorbritain

MCP server for Microsoft SQL Server — read and data write operations, no DDL

42 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

local only

rstream CLI MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for rstream CLI MCP?
rstream CLI MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is rstream CLI MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.