Skip to content
Gemini CLI

Fed Comms for Gemini CLI

io.github.pipeworx-io/fed-comms

Federal Reserve communications from federalreserve.gov: the FOMC meeting calendar, each policy…

client:Gemini CLI transport:streamable-http

Install Fed Comms in Gemini CLI

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

{
  "mcpServers": {
    "fed-comms": {
      "httpUrl": "https://gateway.pipeworx.io/fed-comms/mcp"
    }
  }
}

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

Fed Comms in other clients