Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

config-store-set

Set store-specific configuration values in Magento 2 to customize settings for individual store views or websites.

Instructions

Set store-specific Magento 2 configuration values

Input Schema

NameRequiredDescriptionDefault
pathYesConfiguration path to set
storeIdNoStore ID (optional)
valueYesValue to set

Input Schema (JSON Schema)

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