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
{
"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