MindManager MCP Server

MIT License
1
  • Apple

get_mindmap

Retrieves structured mind map data from MindManager in full, content, or text-only formats, enabling export to Mermaid, Markdown, or JSON for further use.

Instructions

Retrieves the current mind map structure from MindManager. Args: mode (str): Detail level ('full', 'content', 'text'). Defaults to 'full'. turbo_mode (bool): Enable turbo mode (text only). Defaults to False. Returns: Dict[str, Any]: Serialized mind map structure or error dictionary.

Input Schema

NameRequiredDescriptionDefault
modeNofull
turbo_modeNo

Input Schema (JSON Schema)

{ "properties": { "mode": { "default": "full", "title": "Mode", "type": "string" }, "turbo_mode": { "default": false, "title": "Turbo Mode", "type": "boolean" } }, "title": "get_mindmapArguments", "type": "object" }
ID: ce8xu0m06f