Skip to main content
Glama
.env.example1.02 kB
# Form.io Configuration FORMIO_PROJECT_URL=https://your-project.form.io FORMIO_API_KEY=your-api-key-here # Alternatively, use JWT token authentication: # FORMIO_TOKEN=your-jwt-token-here # ============================================ # MCP HTTP Server Configuration # ============================================ # Use these settings when running with --http flag # Server settings MCP_HTTP_PORT=44844 MCP_HTTP_HOST=localhost MCP_BASE_PATH=/mcp/v1 # Authentication # Generate API keys with: openssl rand -hex 32 # Multiple keys can be comma-separated MCP_API_KEYS=your-secret-key-here MCP_REQUIRE_AUTH=true # CORS Configuration # Comma-separated origins, supports wildcards (*) MCP_CORS_ORIGINS=http://localhost:*,https://yourdomain.com # Rate Limiting MCP_RATE_LIMIT_WINDOW_MS=60000 MCP_RATE_LIMIT_MAX=100 # SSE Configuration MCP_SSE_HEARTBEAT_MS=30000 MCP_SSE_TIMEOUT_MS=300000 # Preview Connection Configuration MCP_MAX_PREVIEW_CONNECTIONS=100 MCP_PREVIEW_IDLE_TIMEOUT=300000 MCP_UPDATE_DEBOUNCE_INTERVAL=500

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