Exchangerate for Gemini CLI
io.github.pipeworx-io/exchangerate
ExchangeRate MCP — wraps open.er-api.com (free, no auth)
client:Gemini CLI
transport:streamable-http
Install Exchangerate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"exchangerate": {
"httpUrl": "https://gateway.pipeworx.io/exchangerate/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs