io.github.cyanheads

survey-mcp-server

MCP server for conducting dynamic, conversational surveys with structured data collection.

localhostcommunityservice

Package Details

Transportstdio
Runtimebun

Arguments

Package Arguments
Positional
Positional

Environment Variables

MCP_LOG_LEVEL

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

Default:info
SURVEY_DEFINITIONS_PATH

Path to the directory containing survey definition files.

Default:./surveys
SURVEY_RESPONSES_PATH

Path to the directory where survey responses are stored.

Default:./storage/responses
Transportstreamable-http
Runtimebun

Arguments

Package Arguments
Positional
Positional

Environment Variables

MCP_HTTP_HOST

The hostname for the HTTP server.

Default:127.0.0.1
MCP_HTTP_PORT

The port to run the HTTP server on.

Default:3010
MCP_HTTP_ENDPOINT_PATH

The endpoint path for the MCP server.

Default:/mcp
MCP_AUTH_MODE

Authentication mode to use: 'none', 'jwt', or 'oauth'.

Default:none
MCP_LOG_LEVEL

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

Default:info
SURVEY_DEFINITIONS_PATH

Path to the directory containing survey definition files.

Default:./surveys
SURVEY_RESPONSES_PATH

Path to the directory where survey responses are stored.

Default:./storage/responses