Form.io MCP Server
by fwextensions
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORMIO_TOKEN | No | Your Form.io JWT token for authentication (alternative to API key) | |
| MCP_API_KEYS | No | Comma-separated API keys for authentication | |
| MCP_BASE_PATH | No | Base path for API endpoints | /mcp/v1 |
| MCP_HTTP_HOST | No | Host to bind to for HTTP transport | localhost |
| MCP_HTTP_PORT | No | Port to listen on for HTTP transport | 44844 |
| FORMIO_API_KEY | No | Your Form.io API key for authentication | |
| MCP_CORS_ORIGINS | No | Allowed CORS origins (supports wildcards) | http://localhost:* |
| MCP_REQUIRE_AUTH | No | Enable/disable authentication | true |
| FORMIO_PROJECT_URL | No | Your Form.io project URL (e.g., https://your-project.form.io) | |
| MCP_RATE_LIMIT_MAX | No | Maximum requests per rate limit window | 100 |
| MCP_SSE_TIMEOUT_MS | No | SSE connection timeout in milliseconds | 300000 |
| MCP_SSE_HEARTBEAT_MS | No | SSE heartbeat interval in milliseconds | 30000 |
| MCP_PREVIEW_IDLE_TIMEOUT | No | Preview connection idle timeout in milliseconds | 300000 |
| MCP_RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds | 60000 |
| MCP_MAX_PREVIEW_CONNECTIONS | No | Maximum concurrent preview connections | 100 |
| MCP_UPDATE_DEBOUNCE_INTERVAL | No | Update notification debounce interval in milliseconds | 500 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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/fwextensions/formio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server