Skip to main content
Glama

Warden Magento MCP Server

by run-as-root

warden_init_project

Set up a new Magento 2 development environment in Warden by specifying project path, name, and configuration settings like PHP, MySQL, Node.js, and Redis versions.

Instructions

Initialize a new Warden project with Magento 2 environment

Input Schema

NameRequiredDescriptionDefault
composer_versionNoComposer version (default: 2)2
enable_opensearchNoEnable OpenSearch (default: true)
enable_rabbitmqNoEnable RabbitMQ (default: true)
enable_redisNoEnable Redis (default: true)
enable_varnishNoEnable Varnish (default: true)
enable_xdebugNoEnable Xdebug (default: true)
environment_typeNoEnvironment type (default: magento2)magento2
mysql_distributionNoMySQL distribution (default: mariadb)mariadb
mysql_versionNoMySQL version (default: 10.6)10.6
node_versionNoNode.js version (default: 20)20
opensearch_versionNoOpenSearch version (default: 2.12)2.12
php_versionNoPHP version (default: 8.3)8.3
project_nameYesName for the Warden environment
project_pathYesPath where the project should be initialized
redis_versionNoRedis version (default: 7.2)7.2

Input Schema (JSON Schema)

{ "properties": { "composer_version": { "default": "2", "description": "Composer version (default: 2)", "type": "string" }, "enable_opensearch": { "default": true, "description": "Enable OpenSearch (default: true)", "type": "boolean" }, "enable_rabbitmq": { "default": true, "description": "Enable RabbitMQ (default: true)", "type": "boolean" }, "enable_redis": { "default": true, "description": "Enable Redis (default: true)", "type": "boolean" }, "enable_varnish": { "default": true, "description": "Enable Varnish (default: true)", "type": "boolean" }, "enable_xdebug": { "default": true, "description": "Enable Xdebug (default: true)", "type": "boolean" }, "environment_type": { "default": "magento2", "description": "Environment type (default: magento2)", "type": "string" }, "mysql_distribution": { "default": "mariadb", "description": "MySQL distribution (default: mariadb)", "type": "string" }, "mysql_version": { "default": "10.6", "description": "MySQL version (default: 10.6)", "type": "string" }, "node_version": { "default": "20", "description": "Node.js version (default: 20)", "type": "string" }, "opensearch_version": { "default": "2.12", "description": "OpenSearch version (default: 2.12)", "type": "string" }, "php_version": { "default": "8.3", "description": "PHP version (default: 8.3)", "type": "string" }, "project_name": { "description": "Name for the Warden environment", "type": "string" }, "project_path": { "description": "Path where the project should be initialized", "type": "string" }, "redis_version": { "default": "7.2", "description": "Redis version (default: 7.2)", "type": "string" } }, "required": [ "project_path", "project_name" ], "type": "object" }
Install Server

Other Tools from Warden Magento MCP Server

Related 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/run-as-root/warden-mcp-server'

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