Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

setup-static-content-deploy

Deploy static content and assets for Magento 2 stores to specific languages and themes using parallel processing for faster deployment cycles.

Instructions

Deploy Magento 2 static content and assets

Input Schema

NameRequiredDescriptionDefault
forceNoForce deployment even if files exist
jobsNoNumber of parallel jobs
languagesNoLanguages to deploy (e.g., ['en_US', 'de_DE'])
themesNoThemes to deploy

Input Schema (JSON Schema)

{ "properties": { "force": { "description": "Force deployment even if files exist", "type": "boolean" }, "jobs": { "description": "Number of parallel jobs", "type": "number" }, "languages": { "description": "Languages to deploy (e.g., ['en_US', 'de_DE'])", "items": { "type": "string" }, "type": "array" }, "themes": { "description": "Themes to deploy", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

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/elgentos/magento2-dev-mcp'

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