ModMind MCP Server
ModMind MCP Server
This directory is the publishable MCP protocol layer extracted from ModMind. It implements a local stdio server using JSON-RPC MCP methods and forwards tool calls to an already-running ModMind bridge over loopback HTTP.
The initial snapshot tracks the ModMind desktop line at 1.3.4; the package version
(0.1.0) is independent and should be bumped when the public bridge contract changes.
The server deliberately contains no Electron code, provider credentials, project
data, logs, bundled Minecraft binaries, or third-party runtime dependencies. It is
not a standalone Minecraft automation backend: a compatible bridge must implement
the action contract in 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