public query for Gemini CLI
com.amalgament/public-query
Agent-native MCP over US public + government records, entity- and parcel-keyed.
client:Gemini CLI
transport:streamable-http
Install public query in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"public-query": {
"httpUrl": "https://api.amalgament.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