Skip to content
Gemini CLI

Fred for Gemini CLI

io.github.pipeworx-io/fred

FRED MCP — Federal Reserve Economic Data (St. Louis Fed)

client:Gemini CLI transport:streamable-http

Install Fred in Gemini CLI

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

{
  "mcpServers": {
    "fred": {
      "httpUrl": "https://gateway.pipeworx.io/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

Fred in other clients