AgentHotspot for Gemini CLI
io.github.agenthotspot/agenthotspot-mcp
Search thousands of MCP connectors from the AgentHotspot marketplace via your AI agent.
client:Gemini CLI
transport:stdio
runtime:pypi
Install AgentHotspot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agenthotspot-mcp": {
"command": "uvx",
"args": [
"agenthotspot-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs