Skip to content
Gemini CLI

congress gov mcp for Gemini CLI

io.github.mrfentmen/congress-gov-mcp

US legislation from Congress.gov. No key required.

client:Gemini CLI transport:stdio runtime:npm

Install congress gov mcp in Gemini CLI

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

{
  "mcpServers": {
    "congress-gov-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "congress-gov-mcp"
      ]
    }
  }
}

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

congress gov mcp in other clients