simplemind-mcp-server
Verified Safeby kharabiner
Overview
This server enables conversational agents to create, read, update, and delete SimpleMind mind maps stored in iCloud Drive.
Installation
node dist/index.jsEnvironment Variables
- SIMPLEMIND_ICLOUD_PATH
Security Notes
The server primarily performs file operations (read/write ZIP archives containing XML) within a user-defined iCloud path. Filename sanitization is applied for new mind maps, mitigating path traversal risks. The `path.join` method is used for constructing file paths. No direct 'eval' or shell command injection vulnerabilities are apparent. Potential, but low, risks might exist if underlying `adm-zip` or `fast-xml-parser` libraries have unknown vulnerabilities when processing extremely malformed inputs, or if `path.join` can be bypassed on specific OS configurations.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.
simple-memory-mcp
A Model Context Protocol (MCP) server for persistent memory storage, providing intelligent tagging and full-text search for AI assistants to remember context across conversations.
redmine-mcp-server
Enables AI assistants to interact with Redmine project management systems for issue, project, time, user, and wiki management.