Dnd5e for Gemini CLI
io.github.pipeworx-io/dnd5e
D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth)
client:Gemini CLI
transport:streamable-http
Install Dnd5e in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dnd5e": {
"httpUrl": "https://gateway.pipeworx.io/dnd5e/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs