Skip to content
Gemini CLI

human survey for Gemini CLI

io.github.sunsiyuan/human-survey

Self-reported attribution: which channel and which creator your users first heard you from.

client:Gemini CLI transport:stdio runtime:npm

Install human survey in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "human-survey": {
      "command": "npx",
      "args": [
        "-y",
        "humansurvey-mcp"
      ],
      "env": {
        "HUMANSURVEY_API_KEY": "<HUMANSURVEY_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

human survey in other clients