io.github.cyanheads/survey-mcp-server
MCP server for conducting dynamic, conversational surveys with structured data collection.
{
"mcpServers": {
"survey-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"env": {
"MCP_LOG_LEVEL": "info",
"SURVEY_DEFINITIONS_PATH": "./surveys",
"SURVEY_RESPONSES_PATH": "./storage/responses",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}{
"mcpServers": {
"survey-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/survey-mcp-server"
],
"env": {
"MCP_LOG_LEVEL": "info",
"SURVEY_DEFINITIONS_PATH": "./surveys",
"SURVEY_RESPONSES_PATH": "./storage/responses",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}npx -y @cyanheads/survey-mcp-serverMCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
SURVEY_DEFINITIONS_PATHPath to the directory containing survey definition files.
SURVEY_RESPONSES_PATHPath to the directory where survey responses are stored.
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
SURVEY_DEFINITIONS_PATHPath to the directory containing survey definition files.
SURVEY_RESPONSES_PATHPath to the directory where survey responses are stored.
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.