AskLoop for Gemini CLI
app.askloop/askloop
Create and run surveys by chatting. Respondents just open a link — no AI, no account.
client:Gemini CLI
transport:streamable-http
Install AskLoop in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"askloop": {
"httpUrl": "https://api.askloop.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs