random mcp for Gemini CLI
io.github.eldesh/random-mcp
Generate random values and probability distribution samples.
client:Gemini CLI
transport:streamable-http
Install random mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"random-mcp": {
"httpUrl": "https://random-mcp.eldesh-tools.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs