rstream CLI, local MCP server, and Go SDK for secure outbound-only tunnels.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rstream-go": {
"command": "go",
"args": [
"run",
"github.com/rstreamlabs/rstream-go@latest"
]
}
}
}
Run in terminal:
claude mcp add rstream-go go run github.com/rstreamlabs/rstream-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"rstream-go": {
"command": "go",
"args": [
"run",
"github.com/rstreamlabs/rstream-go@latest"
]
}
}
}