Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

config-show

View Magento 2 system configuration values to inspect settings across different scopes like default, website, or store levels for development and troubleshooting.

Instructions

View Magento 2 system configuration values

Input Schema

NameRequiredDescriptionDefault
pathNoConfiguration path to show (optional, shows all if not specified)
scopeNoConfiguration scope (default, website, store)
scopeIdNoScope ID (website ID or store ID)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Configuration path to show (optional, shows all if not specified)", "type": "string" }, "scope": { "description": "Configuration scope (default, website, store)", "type": "string" }, "scopeId": { "description": "Scope ID (website ID or store ID)", "type": "string" } }, "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