Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

config-store-get

Retrieve store-specific configuration values from Magento 2 by providing the configuration path and optional store ID to access targeted settings.

Instructions

Get store-specific Magento 2 configuration values

Input Schema

NameRequiredDescriptionDefault
pathYesConfiguration path to get
storeIdNoStore ID (optional)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Configuration path to get", "type": "string" }, "storeId": { "description": "Store ID (optional)", "type": "string" } }, "required": [ "path" ], "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