Skip to main content
Glama

Ultimate Elementor MCP

by mbrown1837
wrangler.tomlโ€ข1.17 kB
name = "ultimate-elementor-mcp" main = "dist/index.js" compatibility_date = "2024-12-19" compatibility_flags = ["nodejs_compat_v2"] # Environment Variables [vars] ELEMENTOR_MCP_MODE = "standard" ENABLE_CACHING = "true" CACHE_TTL = "300" LOG_LEVEL = "info" # KV Namespaces for caching [[kv_namespaces]] binding = "ELEMENTOR_CACHE" id = "your-kv-namespace-id" preview_id = "your-preview-kv-namespace-id" # R2 Buckets for file storage [[r2_buckets]] binding = "ELEMENTOR_FILES" bucket_name = "ultimate-elementor-mcp-files" # Durable Objects (if needed for advanced features) # [[durable_objects.bindings]] # name = "ELEMENTOR_SESSION" # class_name = "ElementorSession" # Routes (if using custom domain) # routes = [ # { pattern = "mcp.yourdomain.com/*", custom_domain = true } # ] # Build configuration [build] command = "npm run build" # Environment-specific configurations [env.production] name = "ultimate-elementor-mcp-prod" vars = { ELEMENTOR_MCP_MODE = "full" } [env.staging] name = "ultimate-elementor-mcp-staging" vars = { ELEMENTOR_MCP_MODE = "advanced" } [env.development] name = "ultimate-elementor-mcp-dev" vars = { ELEMENTOR_MCP_MODE = "essential" }

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/mbrown1837/Ultimate-Elementor-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server