PersonIQ for Gemini CLI
io.github.thebigfatdad/personiq
US public-records lookups: people search, reverse phone, property and criminal records.
client:Gemini CLI
transport:streamable-http
Install PersonIQ in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"personiq": {
"httpUrl": "https://mcp.personiq.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs