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