DeepSearch for Gemini CLI
app.deepsearch/deepsearch
Research a person's public footprint from a name, phone, email, or username. Sourced.
client:Gemini CLI
transport:streamable-http
tools:3
Install DeepSearch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"deepsearch": {
"httpUrl": "https://deepsearch.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs