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