polls for Gemini CLI
com.basenull/polls
One-link team polls: create polls, vote, fetch results, and close polls.
client:Gemini CLI
transport:streamable-http
Install polls in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"polls": {
"httpUrl": "https://polls.basenull.com/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