Govbase for Gemini CLI
com.govbase/govbase
U.S. federal policy data — bills, Congress members, voting records, and civic info.
client:Gemini CLI
transport:streamable-http
tools:12
Install Govbase in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"govbase": {
"httpUrl": "https://api.govbase.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs