#!/bin/bash
# Magento 2 Development MCP Server Runner
# This script builds and runs the MCP server
set -e
echo "Building Magento 2 Development MCP Server..."
npm run build
echo "Starting MCP Server..."
echo "Press Ctrl+C to stop the server"
echo ""
npm start
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