Skip to main content
Glama

MindManager MCP Server

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" }

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/robertZaufall/mindm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server