Skip to content
Gemini CLI

rosh mcp for Gemini CLI

io.github.rosh-studio/rosh-mcp

Create interactive web apps, games, and 3D scenes using Rosh — a plain-English language

client:Gemini CLI transport:stdio runtime:pypi

Install rosh mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "rosh-mcp": {
      "command": "uvx",
      "args": [
        "rosh-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

rosh mcp in other clients