Skip to main content
Glama

Magento 2 Development MCP Server

by elgentos
package.json1.33 kB
{ "name": "@elgentos/magento2-dev-mcp", "version": "1.0.2", "description": "Magento 2 Development MCP Server for AI agents - provides cache management, module tools, and system diagnostics", "main": "dist/index.js", "type": "module", "bin": { "magento2-dev-mcp": "dist/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "watch": "tsc --watch", "prepublishOnly": "npm run build", "test": "echo \"No tests specified\" && exit 0" }, "files": [ "dist/", "README.md", "LICENSE", "examples/", "docs/" ], "keywords": [ "magento2", "mcp", "model-context-protocol", "development", "ai", "agent", "magerun", "cache", "modules", "cli" ], "author": "Elgentos <info@elgentos.nl>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/elgentos/magento2-dev-mcp.git" }, "homepage": "https://github.com/elgentos/magento2-dev-mcp#readme", "bugs": { "url": "https://github.com/elgentos/magento2-dev-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

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