Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FORMIO_TOKENNoYour Form.io JWT token for authentication (alternative to API key)
MCP_API_KEYSNoComma-separated API keys for authentication
MCP_BASE_PATHNoBase path for API endpoints/mcp/v1
MCP_HTTP_HOSTNoHost to bind to for HTTP transportlocalhost
MCP_HTTP_PORTNoPort to listen on for HTTP transport44844
FORMIO_API_KEYNoYour Form.io API key for authentication
MCP_CORS_ORIGINSNoAllowed CORS origins (supports wildcards)http://localhost:*
MCP_REQUIRE_AUTHNoEnable/disable authenticationtrue
FORMIO_PROJECT_URLNoYour Form.io project URL (e.g., https://your-project.form.io)
MCP_RATE_LIMIT_MAXNoMaximum requests per rate limit window100
MCP_SSE_TIMEOUT_MSNoSSE connection timeout in milliseconds300000
MCP_SSE_HEARTBEAT_MSNoSSE heartbeat interval in milliseconds30000
MCP_PREVIEW_IDLE_TIMEOUTNoPreview connection idle timeout in milliseconds300000
MCP_RATE_LIMIT_WINDOW_MSNoRate limit window in milliseconds60000
MCP_MAX_PREVIEW_CONNECTIONSNoMaximum concurrent preview connections100
MCP_UPDATE_DEBOUNCE_INTERVALNoUpdate notification debounce interval in milliseconds500

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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