Magento Spec MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Magento Spec MCPreview my custom module for Magento coding standards compliance check"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Magento Spec & Standards (SSOT & MCP Server)
This repo is a Central Knowledge Library (Single Source of Truth - SSOT) for Magento 2.4.8-p5 / PHP 8.3 standards, with a built-in MCP Server Stdio.
This repo does not contain processes or task/feature management. You can connect this MCP Server to any Magento project so that the AI Agent in that project can reference the technical standards.
๐ Structure
config/โ Source of truth:constitution.mdโ PHP 8.3 & Magento core technical standards.checklist.mdโ Review Gate & DoD criteria.magento-patterns.mdโ Design map (Plugin, Event, GraphQL, REST, Admin...).references/โ Detailed code sample guides for each component.glossary.mdโ Magento core terminology.
examples/โ Sample code blueprints by topic (seeexamples/INDEX.mdto choose).src/index.jsโ MCP Server (stdio).
Related MCP server: Coding Tools MCP
โก MCP Server Connection Configuration
Claude Code (recommended scope user to be available in all projects):
claude mcp add magento-spec -s user -- node /path/to/spec/src/index.jsCursor (~/.cursor/mcp.json), Antigravity (~/.gemini/antigravity/mcp_config.json) and other clients:
{
"mcpServers": {
"magento-spec": {
"command": "node",
"args": ["/path/to/spec/src/index.js"]
}
}
}
SPEC_ROOT(env) is optional โ by default the server takes the repo's root directory. Only set if you place the repo elsewhere and want to override.
๐ ๏ธ MCP Tools Provided to AI
Tool | Description |
| Quickly load Constitution, Checklist & Pattern index. |
| Get detailed code sample by name (e.g., |
| Search standards/rules/blueprints by keyword in |
| Load the code quality checklist before completion. |
| Read any documentation file in the repo ( |
๐ Recommended Workflow for AI Agent
Before coding:
get_team_standardsโ load Constitution + Checklist + Pattern index.When implementing:
get_pattern_reference/search_standards/read_spec_fileto look up patterns โ do not guess from memory.Before reporting done:
get_review_gateโ go through ยง12 Review Gate inchecklist.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides AI assistants with comprehensive Magento 2 coding standards, security rules, and theme-specific guidelines to ensure generated code is compliant. It enables real-time code validation, pattern lookup, and security auditing tailored to different Magento frontend stacks.714MIT
- Alicense-qualityBmaintenanceEmpower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.749Apache 2.0
- AlicenseAqualityCmaintenanceTechnology-aware MCP server for Magento 2 and Adobe Commerce with intelligent indexing and search, enabling AI assistants to search, navigate, and understand codebases via semantic search and domain-specific pattern detection.4726920MIT
- Flicense-qualityDmaintenanceAutomatically enforces team coding standards in AI-assisted development by providing an MCP server that AI assistants can query for language-specific standards, style guides, and best practices.
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/thanhle74/magento-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server