Skip to main content
Glama
thanhle74
by thanhle74

Magento Spec & Standards (SSOT & MCP Server)

このリポジトリは、Magento 2.4.8-p5 / PHP 8.3 標準に関する集中知識ライブラリ (Single Source of Truth - SSOT) であり、MCP Server Stdio が統合されています。

このリポジトリにはプロセスやタスク/機能管理は含まれていません。この MCP Server は任意の Magento プロジェクトに接続でき、そのプロジェクトの AI エージェントが技術標準を参照できるようになります。


📌 構成

  • config/ — 真実のソース:

    • constitution.md — PHP 8.3 および Magento コアの技術標準。

    • checklist.md — レビューゲートおよび完了条件の基準。

    • magento-patterns.md — 設計マップ (Plugin、Event、GraphQL、REST、管理画面...)。

    • 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 (環境変数) はオプションです。デフォルトではサーバーがリポジトリのルートディレクトリを自動的に取得します。リポジトリを別の場所に配置し、上書きしたい場合にのみ設定してください。


🛠️ MCP Tools 提供

ツール

説明

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 エージェント推奨フロー

  1. コード作成前: get_team_standards → Constitution + Checklist + Pattern index を読み込みます。

  2. 実装時: get_pattern_reference / search_standards / read_spec_file でパターンを参照します(メモリからの推測は禁止)。

  3. 完了報告前: get_review_gatechecklist.md の §12 レビューゲートを確認します。

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