← Back to Plugins
MCP Server MCP

rstream CLI MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/rstream/rstream:1.29.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/rstream/rstream:1.29.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...