MasterGo Magic MCP

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides the runtime environment required for the MCP server to operate, with no external dependencies needed beyond Node.js.

マスターゴーマジックMCP

MasterGo Magic MCPは、MasterGo設計ツールとAIモデルを接続するために設計されたスタンドアロンのMCP(Model Context Protocol)サービスです。これにより、AIモデルはMasterGo設計ファイルからDSLデータを直接取得できるようになります。

主な特徴

  • MasterGo設計ファイルからDSLデータを取得します
  • npxで直接実行
  • 外部依存関係は不要で、Node.js 環境のみが必要です

チュートリアル

使用法

MG_MCP_TOKENの取得

  1. https://mastergo.comをご覧ください
  2. 個人設定を入力してください
  3. セキュリティ設定タブをクリックします
  4. 個人アクセストークンを見つける
  5. クリックしてトークンを生成する

コマンドラインオプション

npx @mastergo/magic-mcp --token=YOUR_TOKEN [--url=API_URL] [--rule=RULE_NAME] [--debug]

パラメータ:

  • --token=YOUR_TOKEN (必須): 認証用のMasterGo APIトークン
  • --url=API_URL (オプション): API ベース URL。デフォルトはhttp://localhost:3000
  • --rule=RULE_NAME (オプション): 適用する設計ルールを追加します。複数回使用できます。
  • --debug (オプション): 詳細なエラー情報を表示するにはデバッグモードを有効にします

パラメータにはスペース区切りの形式を使用することもできます。

npx @mastergo/magic-mcp --token YOUR_TOKEN --url API_URL --rule RULE_NAME --debug

カーソルの使用法

Cursor Mcp 使用ガイドリファレンス: https://docs.cursor.com/context/model-context-protocol#using-mcp-tools-in-agent

{ "mcpServers": { "mastergo-magic-mcp": { "command": "npx", "args": [ "-y", "@mastergo/magic-mcp", "--token=<MG_MCP_TOKEN>", "--url=https://mastergo.com" ], "env": {} } } }

クラインの使用法

{ "mcpServers": { "@master/mastergo-magic-mcp": { "command": "npx", "args": [ "-y", "@mastergo/magic-mcp", "--token=<MG_MCP_TOKEN>", "--url=https://mastergo.com" ], "env": {} } } }

ライセンス

ISC

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

MasterGo 設計ツールを AI モデルに接続し、AI モデルが MasterGo 設計ファイルから DSL データを直接取得できるようにするスタンドアロンのモデル コンテキスト プロトコル サービス。

  1. Key Features
    1. Tutorial
      1. Usage
        1. Obtaining MG_MCP_TOKEN
        2. Command Line Options
        3. cursor Usage
        4. cline Usage
      2. License
        ID: pr91foa6vq