Skip to content
Gemini CLI

dnd oracle for Gemini CLI

io.github.gregario/dnd-oracle

D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools

client:Gemini CLI transport:stdio runtime:npm

Install dnd oracle in Gemini CLI

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

{
  "mcpServers": {
    "dnd-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "dnd-oracle"
      ]
    }
  }
}

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

dnd oracle in other clients