Skip to content

galacoder/mcp-mindmap-stable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MCP Mindmap Stable Wrapper

A stable wrapper for the Mindmap MCP Server that handles stdout pollution and ensures reliable operation with Claude Code.

๐ŸŽฏ Problem Solved

Many mindmap MCP servers output startup messages to stdout which breaks the MCP protocol. This wrapper:

  • Filters stdout pollution
  • Handles errors gracefully
  • Ensures files are saved to the correct directory
  • Works reliably with Claude Code CLI

๐Ÿ“ฆ Installation

# Clone and install
git clone https://github.com/galacoder/mcp-mindmap-stable.git
cd mcp-mindmap-stable
pip install -e .

# Or install directly
pip install git+https://github.com/galacoder/mcp-mindmap-stable.git

๐Ÿš€ Usage with Claude Code

# Using the wrapper script
claude mcp add mindmap "python3" "/path/to/wrapper.py" "--" "--output" "."

# Or if installed globally
claude mcp add mindmap "mindmap-mcp-stable" "--" "--output" "."

๐Ÿ› ๏ธ How It Works

The wrapper:

  1. Intercepts the mindmap server launch
  2. Filters out startup messages
  3. Ensures proper MCP protocol communication
  4. Handles errors with proper JSON-RPC responses

๐Ÿ“„ Supported Servers

Works with:

  • @jinzcdev/markmap-mcp-server (recommended)
  • Other mindmap servers with stdout issues

๐Ÿ“„ License

MIT License

About

Stable wrapper for Mindmap MCP Server with stdout handling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages