Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos

config-set

Set Magento 2 system configuration values for different scopes to customize store settings, manage website configurations, and update store-specific parameters.

Instructions

Set Magento 2 system configuration values

Input Schema

NameRequiredDescriptionDefault
encryptNoEncrypt the value
pathYesConfiguration path to set
scopeNoConfiguration scope (default, website, store)
scopeIdNoScope ID (website ID or store ID)
valueYesValue to set

Input Schema (JSON Schema)

{ "properties": { "encrypt": { "description": "Encrypt the value", "type": "boolean" }, "path": { "description": "Configuration path to set", "type": "string" }, "scope": { "description": "Configuration scope (default, website, store)", "type": "string" }, "scopeId": { "description": "Scope ID (website ID or store ID)", "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