LimeSurvey MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_HOST | No | Streamable HTTP bind address | 127.0.0.1 |
| MCP_HTTP_PATH | No | Streamable HTTP endpoint | /mcp |
| MCP_HTTP_PORT | No | Streamable HTTP port | 3000 |
| MCP_TRANSPORT | No | stdio or http | stdio |
| LIMESURVEY_URL | Yes | Exact RemoteControl URL, for example https://survey.example.com/index.php/admin/remotecontrol | |
| LIMESURVEY_PASSWORD | Yes | Service account password | |
| LIMESURVEY_USERNAME | Yes | LimeSurvey service account | |
| LIMESURVEY_READ_ONLY | No | Block every non-read-only MCP tool before an RPC call | false |
| LIMESURVEY_THEME_DIR | No | Dedicated output directory for generated theme ZIPs | |
| LIMESURVEY_EXPORT_DIR | No | Dedicated output directory for decoded exports | |
| LIMESURVEY_IMPORT_DIR | No | Dedicated input directory for import_data_path reads (falls back to LIMESURVEY_EXPORT_DIR) | |
| LIMESURVEY_TIMEOUT_MS | No | RemoteControl request timeout | 30000 |
| MCP_HTTP_BEARER_TOKEN | No | Required for every non-loopback HTTP binding | |
| LIMESURVEY_AUTH_PLUGIN | No | LimeSurvey authentication plugin | Authdb |
| MCP_HTTP_ALLOWED_HOSTS | No | Comma-separated exact Host allowlist | |
| MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated exact browser Origin allowlist | |
| LIMESURVEY_MAX_EXPORT_BYTES | No | Maximum decoded export size | 104857600 |
| LIMESURVEY_MAX_IMPORT_BYTES | No | Maximum file size accepted via import_data_path | 52428800 |
| LIMESURVEY_MAX_RESPONSE_CHARS | No | Maximum inline result size | 50000 |
| LIMESURVEY_MAX_THEME_ASSET_BYTES | No | Maximum logo and theme entry size | 5242880 |
| LIMESURVEY_ENABLE_EXPERIMENTAL_METHODS | No | Enable non-standard list_response_exports | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wagner-Emden-IT-Services/limesurvey-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server