FRED Economic Data for Gemini CLI
com.olyport/fred
GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve
client:Gemini CLI
transport:streamable-http
tools:5
Install FRED Economic Data in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fred": {
"httpUrl": "https://mcp.olyport.com/fred/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs