Back to Home
DisanduP icon

BMAD-Claude-DIagram-Converter-MCP-Server

Verified Safe

by DisanduP

Overview

Converts Mermaid diagram code into Draw.io (MxGraph) XML format, enabling visualization tools and AI agents to work with structured diagram data. It also supports generating basic Markdown representations of Mermaid code and validating syntax.

Installation

Run Command
node index.js

Security Notes

The server's core function is text-to-XML transformation. Input parsing for Mermaid code is handled by custom internal logic without using 'eval()' or dynamic code execution, mitigating direct code injection risks. File system access is limited to internal configuration and style files within the server's directory. No hardcoded secrets were found. Potential vulnerabilities are primarily confined to the robustness of the parsing logic against highly malformed or extremely large inputs, which could lead to resource exhaustion (DoS) rather than arbitrary code execution.

Similar Servers

Stats

Interest Score55
Security Score8
Cost ClassLow
Stars1
Forks0
Last Update2025-12-03

Tags

Diagram ConversionMermaidDraw.ioMxGraphMCP ServerVisualizationDevelopmentCoding Agents