Skip to main content
Glama

Markmap MCP Server

markdown_to_mindmap

Convert Markdown documents into interactive mind maps for visual organization and enhanced brainstorming. Generate mind maps directly in your browser for easy sharing and collaboration.

Instructions

Convert a Markdown document into an interactive mind map

Input Schema

NameRequiredDescriptionDefault
markdownYesMarkdown content to convert into a mind map
openNoWhether to open the generated mind map in a browser (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "markdown": { "description": "Markdown content to convert into a mind map", "type": "string" }, "open": { "default": false, "description": "Whether to open the generated mind map in a browser (default: false)", "type": "boolean" } }, "required": [ "markdown" ], "type": "object" }
Install Server

Other Tools from Markmap MCP Server

Related Tools

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/jinzcdev/markmap-mcp-server'

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