Skip to main content
Glama

Warden Magento MCP Server

by run-as-root

warden_db_query

Execute SQL queries directly in Magento 2 databases managed by Warden. Specify the project path and query to manage database operations efficiently.

Instructions

Run a SQL query in the Warden database

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional, defaults to magento)magento
project_pathYesPath to the project directory
queryYesSQL query to execute

Input Schema (JSON Schema)

{ "properties": { "database": { "default": "magento", "description": "Database name (optional, defaults to magento)", "type": "string" }, "project_path": { "description": "Path to the project directory", "type": "string" }, "query": { "description": "SQL query to execute", "type": "string" } }, "required": [ "project_path", "query" ], "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