ModMind MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ModMind MCP Serverbuild a small oak house near spawn"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ModMind MCP Server
The current source in this repository is licensed under the GNU Affero General
Public License v3.0 only (AGPL-3.0-only). Releases published before this
change retain their original license. See LICENSE for the license
terms and the complete GNU text.
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 current snapshot tracks the ModMind desktop 1.4.4 development line. The
package version (0.2.0) is independent from the desktop version.
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.
Run locally
Node.js 18.18 or newer is required.
npm test
$env:MODMIND_BRIDGE_CONFIG = "C:\path\to\project\.modmind\external-agents\bridge.json"
node .\src\mcp-server.mjsMCP clients start the process and communicate through newline-delimited JSON on stdin/stdout. Do not write logs to stdout; stdout is the protocol channel.
Related MCP server: mcp-streaming-http-proxy
Client configuration
Copy examples/mcp-config.json, replace both paths,
and import it into a client that supports local stdio MCP servers. The desktop
application normally creates bridge.json and the per-project configuration
automatically. MODMIND_BRIDGE_CONFIG is optional when bridge.json is next to
mcp-server.mjs.
For the ModMind desktop host startup command, project selection, lifecycle, action
mapping, and compatibility requirements, see
docs/external-bridge-integration.zh-CN.md.
Security model
The bridge binds to 127.0.0.1 and requires a random per-session token in the
x-modmind-token header. Treat bridge.json as a secret, remove it when the
session ends, and never expose the bridge port outside the local machine. The MCP
server does not decide whether a write/build action is allowed; that policy belongs
to the host application and its review adapter.
Installed plugin tools are queried from the desktop bridge on every tools/list, so
install, enable, disable, and reload changes are visible without restarting this
process. The modmind_plugins_* tools provide the plugin authoring workflow. A
plugin backend is fully trusted Node code after the desktop user confirms install;
its manifest permissions describe host-bridge conveniences, not an OS sandbox.
Current status
The source mirrors the current ModMind tool names and action mapping. The public
action contract is intentionally versioned separately from the desktop app. Before
publishing a release, run the preparation checklist in
docs/open-source-preparation.zh-CN.md.
The design tools include exact Cube/Mesh topology editing, face UV and texture painting, automatic Mesh UV atlases, armatures, vertex weights, locators, IK, animation tracks, reference-image silhouette extrusion, visual scoring, bounded A/B/C candidate optimization, and 20-entry checkpoint history. Preview responses return PNG captures as MCP image content while removing base64 payloads from their text copy.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Official remote MCP server bridge for Muumuu Domain.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProxies the local Affinity MCP server over stdio, enabling tools to call Affinity's tools like execute_script and search_sdk_hints via MCP.164MIT
- AlicenseNot gradedqualityDmaintenanceProxies STDIO-based MCP clients to streaming HTTP MCP servers, enabling local clients to connect to remote servers.193MIT
- AlicenseNot gradedqualityBmaintenanceBridge 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.24353MIT
- AlicenseNot gradedqualityAmaintenanceMinimal MCP server allowing Python functions to be served as MCP tools over stdio or HTTP, with a built-in client for connecting to MCP servers.2Apache 2.0
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