ModMind MCP Server
ModMind MCP Server
このディレクトリは、ModMind から抽出した公開可能な MCP プロトコルレイヤーです。 JSON-RPC MCP メソッドを使用したローカル stdio サーバーを実装し、ツール呼び出しを ループバック HTTP 経由で既に実行中の ModMind ブリッジに転送します。
初期スナップショットは ModMind デスクトップライン 1.3.4 に対応しています。パッケージバージョン
0.1.0 は独立しており、公開ブリッジ契約が変更されたときにバンプする必要があります。
このサーバーには Electron コード、プロバイダーの認証情報、プロジェクトデータ、
ログ、バンドルされた Minecraft バイナリ、またはサードパーティのランタイム依存関係は
意図的に含まれていません。これはスタンドアロンの Minecraft 自動化バックエンドではありません。
互換性のあるブリッジは、docs/bridge-contract.md のアクション契約を
実装する必要があります。
ローカルでの実行
Node.js 18.18 以降が必要です。
npm test
$env:MODMIND_BRIDGE_CONFIG = "C:\path\to\project\.modmind\external-agents\bridge.json"
node .\src\mcp-server.mjsMCP クライアントはプロセスを起動し、stdin/stdout 上で改行区切りの JSON を介して通信します。 ログを stdout に書き込まないでください。stdout はプロトコルチャネルです。
Related MCP server: mcp-stdio
クライアント設定
examples/mcp-config.json をコピーし、両方のパスを置き換えて、
ローカル stdio MCP サーバーをサポートするクライアントにインポートします。デスクトップアプリケーションは
通常、bridge.json とプロジェクトごとの設定を自動的に作成します。
MODMIND_BRIDGE_CONFIG は、bridge.json が mcp-server.mjs の隣にある場合にはオプションです。
ModMind デスクトップホストの起動コマンド、プロジェクト選択、ライフサイクル、アクション
マッピング、および互換性要件については、
docs/external-bridge-integration.zh-CN.md を参照してください。
セキュリティモデル
ブリッジは 127.0.0.1 にバインドし、x-modmind-token ヘッダーにランダムなセッションごとのトークンを
必要とします。bridge.json を秘密情報として扱い、セッション終了時に削除し、
ブリッジポートをローカルマシンの外部に公開しないでください。MCP サーバーは書き込み/ビルドアクションが
許可されているかどうかを判断しません。そのポリシーはホストアプリケーションとそのレビューアダプターに
属します。
現在のステータス
ソースは現在の ModMind ツール名とアクションマッピングを反映しています。公開アクション契約は
デスクトップアプリとは意図的に別にバージョン管理されています。リリースを公開する前に、
docs/open-source-preparation.zh-CN.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
- Alicense-qualityAmaintenanceProxies the local Affinity MCP server over stdio, enabling tools to call Affinity's tools like execute_script and search_sdk_hints via MCP.94MIT
- Alicense-qualityCmaintenanceA minimal, zero-dependency MCP server that enables defining and running tools over stdio transport, without extra features like HTTP or resources.151MIT
- Alicense-qualityCmaintenanceProxies STDIO-based MCP clients to streaming HTTP MCP servers, enabling local clients to connect to remote servers.153MIT
- Alicense-qualityCmaintenanceBridge that lets stdio-only MCP clients connect to remote MCP servers with OAuth and other auth support, enabling local clients to use remote, authorized MCP servers.75951MIT
Related MCP Connectors
Official remote MCP server bridge for Muumuu Domain.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/waterpail114514/ModMind-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server