a year ago
This project implements a Model Context Protocol (MCP) server that interacts with Adobe Commerce. This protocol supports various tools to interact with Adobe Commerce GraphQL APIs.
Server Config
{
"mcpServers": {
"adobe-commerce-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@rafaelcg/adobe-commerce-dev-mcp@latest"
]
}
}
}