survey mcp server for Zed
io.github.cyanheads/survey-mcp-server
MCP server for conducting dynamic, conversational surveys with structured data collection.
client:Zed
transport:stdio
runtime:npm
Install survey mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"survey-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"env": {
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>",
"SURVEY_DEFINITIONS_PATH": "<SURVEY_DEFINITIONS_PATH>",
"SURVEY_RESPONSES_PATH": "<SURVEY_RESPONSES_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs