mindraw_mcp
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., "@mindraw_mcpOpen Mindraw canvas for this project."
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.
mindraw4agent
Mindraw for Codex agents: a project-scoped Codex plugin, skill, MCP server, and local sidebar preview service for opening a Mindraw canvas from the active Codex workspace.
Repository: https://github.com/17lang/mindraw4agent
Author and primary maintainer: 张军锋
Copyright holder: 海南万幸科技有限公司
License for this repository: MIT
Companion app requirement: Mindraw
>= 1.2.4First public target: macOS Apple Silicon
Mindraw App source code is not included in this repository. The Mindraw desktop app, DMG, product name, marks, and binary distribution are governed by separate binary and brand terms from the MIT-licensed agent integration in this repository.
What This Plugin Does
mindraw4agent treats the current Codex workspace as a project root, prepares or inspects MindrawCanvas/, and exposes a project-scoped Mindraw canvas through:
a Codex skill:
mindraw-open-canvas;an MCP stdio server:
mindraw_mcp;a local read-only sidebar preview service;
an explicit handoff path to the Mindraw desktop app.
The plugin keeps project canvas selection local to the active workspace. It does not read or publish unrelated project folders, does not write .mindraw package internals, and does not implement arbitrary mindraw://...documentId...elementId... target-link entry in this release.
Related MCP server: codex-tldraw
Compatibility
The first public source candidate is scoped to:
Mindraw App
>= 1.2.4;macOS on Apple Silicon;
Codex plugin runtime with local plugin installation support;
project-local canvas packages under
MindrawCanvas/.
Windows, Linux, Intel Mac, App Store distribution, automatic updates, and arbitrary target-link sidebar entry are outside this first release scope.
Install From A Local Clone
Clone the repository when it exists publicly:
git clone https://github.com/17lang/mindraw4agent.git
cd mindraw4agentInstall the local marketplace source and plugin:
./scripts/install-local.shThe installer uses the current repository directory as a local Codex plugin marketplace source. It does not install or modify the Mindraw desktop app.
Uninstall
./scripts/uninstall-local.shThis removes the Codex plugin installation and local marketplace entry for mindraw4agent. It does not remove Mindraw App or any project MindrawCanvas/ files.
Doctor
node scripts/doctor.mjs
node scripts/doctor.mjs --jsonDoctor checks the current repository layout, Node runtime, Codex CLI availability, platform compatibility, and whether /Applications/Mindraw.app exists. It is read-only.
Use
In Codex, ask:
Open the Mindraw canvas for this project.Useful explicit prompts:
Open Mindraw in sidebar for this project.
Open Mindraw app for this project.
Create a new Mindraw project canvas.The default route starts a local sidebar preview service and prints a project-scoped URL:
http://127.0.0.1:<port>/?project=<hash>If the preferred port is already owned by another Mindraw project service, the launcher skips that stale service and starts a service for the current project on the next available port.
Safety Model
Project canvases are stored under the active workspace's
MindrawCanvas/directory.The plugin never overwrites an existing
.mindrawpackage.The plugin never handwrites
drawing.excalidraw,manifest.json,.assets/, or other.mindrawpackage internals.First-run creation uses Mindraw App API
createBlankPackagewhen available.Sidebar preview uses Mindraw App API
previewSnapshotwhen available.Desktop handoff uses Mindraw App API
openPackagewhen available.On macOS, supported LaunchServices fallback is limited to launching Mindraw or the exact latest-created current-project package.
Sidebar API calls include a project identity hash and fail closed on project mismatch.
Important blocker codes include:
MINDRAW_CANVAS_CREATE_API_REQUIREDMINDRAW_PREVIEW_SOURCE_REQUIREDMINDRAW_PROJECT_CONTEXT_MISMATCHMINDRAW_PROJECT_CANVAS_SCOPE_MISMATCHMINDRAW_OPEN_PACKAGE_API_REQUIRED
Development Validation
npm run check
npm run smoke
npm run smoke:http
npm run smoke:lifecycle
npm run smoke:mcpOptional sidebar smoke requires Playwright:
PLAYWRIGHT_NODE_MODULES=/path/to/node_modules npm run smoke:sidebarOptional plugin validation when the Codex plugin validator is available:
python3 /path/to/validate_plugin.py plugins/mindrawOptional SkillSpector safety checks:
skillspector scan plugins/mindraw/skills/mindraw-open-canvas --no-llm --format json --output skillspector-skill.json
skillspector scan plugins/mindraw --no-llm --format json --output skillspector-plugin.jsonRelease Status
This repository is prepared as a public source candidate. It is not a public release announcement by itself. A public release still requires repository bootstrap, review, QA, binary terms for the Mindraw DMG, release assets, and download smoke evidence.
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
- AlicenseBqualityDmaintenanceAn open-source MCP server that connects your IDE or AI assistant to the Codex CLI, enabling non-interactive automation with codex exec, safe sandboxed edits with approvals, and large-scale code analysis via @ file references.Last updated843MIT
- Alicense-qualityAmaintenanceA Codex stdio MCP server that generates simple tldraw product workflow diagrams as .tldr files.Last updated6421MIT
- AlicenseAqualityBmaintenanceAn MCP server that turns a rough project idea into a structured spec, running entirely locally inside any MCP-compatible editor.Last updated497MIT
- Alicense-qualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.Last updated28MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/17lang/mindraw4agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server