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