Skip to content
Zed

human survey for Zed

io.github.sunsiyuan/human-survey

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

client:Zed transport:stdio runtime:npm

Install human survey in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

human survey in other clients