rstream CLI MCP for Grok
io.github.rstreamlabs/rstream
Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.
client:Grok
transport:stdio
runtime:oci
Install rstream CLI MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rstream": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rstream/rstream:1.31.0"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs