Skip to main content
Glama

Warden Magento MCP Server

by run-as-root

warden_magento_cli

Execute Magento CLI commands within the php-fpm container for Warden-managed Magento 2 projects. Automates task execution by specifying the project path and desired command.

Instructions

Run bin/magento command inside the php-fpm container

Input Schema

NameRequiredDescriptionDefault
argsNoAdditional arguments for the command
commandYesMagento CLI command (without 'bin/magento' prefix)
project_pathYesPath to the project directory

Input Schema (JSON Schema)

{ "properties": { "args": { "default": [], "description": "Additional arguments for the command", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Magento CLI command (without 'bin/magento' prefix)", "type": "string" }, "project_path": { "description": "Path to the project directory", "type": "string" } }, "required": [ "project_path", "command" ], "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