Skip to content
Gemini CLI

FRED Economic Data for Gemini CLI

io.github.danishashko/fred-economic-mcp

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

client:Gemini CLI transport:stdio runtime:npm

Install FRED Economic Data in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fred-economic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fred-economic-mcp"
      ],
      "env": {
        "FRED_API_KEY": "<FRED_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

FRED Economic Data in other clients