Connects your Magento 2 store to AI assistants like Claude and ChatGPT via the Model Context Protocol (MCP). Enables natural language querying of orders, products, customers, inventory, and system health with flexible filtering and aggregation.
No Errors in Developer Tools
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Fixes intermittent 404 errors for .min.js files in Magento 2 production mode caused by stale baseUrl closures and double-wrapping in the requirejs-min-resolver. Patches both frontend and admin contexts with an idempotent guard.
Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.
Manages Content Security Policy rules via Magento CLI, storing them in env.php for environment-specific control without database access. Includes automatic CSP header splitting to avoid size limits on servers.
Generates Magento catalogs from YAML configuration files. Uses direct SQL queries to create categories, products, websites, and customer groups.
Provides a CLI toolkit to simplify Magento theme development. Offers commands for building, watching, and managing themes, including Hyvä and TailwindCSS.
Adds delayed message publishing to Magento's message queue system, allowing queue messages to be scheduled for processing after a configurable number of minutes. Includes a cron job and CLI command for publishing delayed messages.
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.
Enhances Magento 2 system logging with contextual metadata (file, line, class) and real-time alerts via Email and Telegram using Monolog processors and handlers for easier debugging.
Speeds up the creation of admin grids and forms in Magento 2. Simplifies UI component development for faster admin panel customization.
Embeds Apollo Sandbox at a configurable URL path for easier debugging and exploration of Magento GraphQL queries, with xdebug cookie helper support.
Injects noindex, nofollow meta tags and Magento design config to prevent search engines from indexing the Magento store. Useful for staging and development environments.