create survey for Gemini CLI
io.github.feedbk-ai/create-survey
Create AI surveys with dynamic follow-up probing directly from your AI assistant.
client:Gemini CLI
transport:streamable-http
tools:1
Install create survey in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"create-survey": {
"httpUrl": "https://mcp.feedbk.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs