Skip to main content
Glama
thanhle74
by thanhle74

Magento 사양 및 표준 (SSOT 및 MCP 서버)

이 저장소는 Magento 2.4.8-p5 / PHP 8.3 표준에 대한 **중앙 지식 라이브러리(Single Source of Truth - SSOT)**이며, MCP Server Stdio가 내장되어 있습니다.

이 저장소는 프로세스나 작업/기능 관리를 포함하지 않습니다. 이 MCP Server를 모든 Magento 프로젝트에 연결하여 해당 프로젝트의 AI Agent가 기술 표준을 참조할 수 있습니다.


📌 구조

  • config/ — 진실의 원천:

    • constitution.md — PHP 8.3 및 Magento 코어 기술 표준.

    • checklist.md — Review Gate 및 DoD 기준.

    • magento-patterns.md — 설계 맵(Plugin, Event, GraphQL, REST, Admin...).

    • references/ — 각 구성 요소에 대한 상세 코드 예제 가이드.

    • glossary.md — Magento 코어 용어.

  • examples/ — 주제별 샘플 코드 청사진(examples/INDEX.md에서 선택).

  • src/index.js — MCP Server (stdio).


Related MCP server: Coding Tools MCP

⚡ MCP Server 연결 구성

Claude Code (모든 프로젝트에서 사용할 수 있도록 user 범위 권장):

claude mcp add magento-spec -s user -- node /path/to/spec/src/index.js

Cursor (~/.cursor/mcp.json), Antigravity (~/.gemini/antigravity/mcp_config.json) 및 기타 클라이언트:

{
  "mcpServers": {
    "magento-spec": {
      "command": "node",
      "args": ["/path/to/spec/src/index.js"]
    }
  }
}

SPEC_ROOT (env)는 선택 사항입니다. 기본적으로 서버는 저장소의 루트 디렉토리를 자동으로 가져옵니다. 저장소를 다른 위치에 배치하고 재정의하려는 경우에만 설정하세요.


🛠️ AI에 제공되는 MCP 도구

도구

설명

get_team_standards

Constitution, Checklist 및 Pattern index를 빠르게 로드합니다.

get_pattern_reference

이름으로 코드 패턴 세부 정보를 가져옵니다(예: core/plugin-patterns.md). 경로를 전달하지 않으면 모든 참조를 나열합니다.

search_standards

config/ + examples/에서 키워드로 표준/규칙/청사진을 검색합니다.

get_review_gate

완료 전 코드 품질 검사 체크리스트를 로드합니다.

read_spec_file

저장소 내의 모든 문서 파일을 읽습니다(config/, examples/, ...).


🔄 AI Agent 권장 프로세스

  1. 코드 작성 전: get_team_standards → Constitution + Checklist + Pattern index를 로드합니다.

  2. 구현 시: get_pattern_reference / search_standards / read_spec_file을 사용하여 패턴을 조회합니다. 메모리에서 추측하지 마십시오.

  3. 완료 보고 전: get_review_gatechecklist.md의 §12 Review Gate를 통과합니다.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    7
    14
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Empower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.
    749
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Technology-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.
    47
    269
    20
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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