Skip to main content
Glama

Warden Magento MCP Server

by run-as-root

warden_composer

Execute Composer commands within a Magento 2 php-fpm container to manage dependencies, install packages, or update modules directly in your Warden-managed environment.

Instructions

Run Composer commands inside the php-fpm container

Input Schema

NameRequiredDescriptionDefault
commandYesComposer command to execute (e.g., 'install', 'update', 'require symfony/console', 'require-commerce')
project_pathYesPath to the project directory

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Composer command to execute (e.g., 'install', 'update', 'require symfony/console', 'require-commerce')", "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