Skip to content

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

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

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

survey mcp server in other clients