Skip to content
Gemini CLI

dice roller for Gemini CLI

io.github.vandewilly/dice-roller

Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!

client:Gemini CLI transport:stdio runtime:pypi

Install dice roller in Gemini CLI

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

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

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

dice roller in other clients