MCP Mermaid Image Gen
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level: DEBUG, INFO (default), WARNING, ERROR, CRITICAL | INFO |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_mermaid_diagram_fileA | Generate a Mermaid diagram and save it to a local file system directory. SYSTEM PREREQUISITES:
IMPORTANT TRANSPORT & ACCESS REQUIREMENTS:
PARAMETER GUIDANCE:
RESPONSE:
USE CASE: Best suited for scenarios where:
|
| generate_mermaid_diagram_streamA | Generate a Mermaid diagram and return it directly as a base64-encoded image. SYSTEM PREREQUISITES:
IMPORTANT TRANSPORT REQUIREMENTS:
PARAMETER GUIDANCE:
RESPONSE:
USE CASE: Best suited for scenarios where:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Each tool has a distinct output method: file persistence vs. base64 streaming. No ambiguity between them.
Both tools follow the same verb_noun pattern 'generate_mermaid_diagram_' with a suffix differentiating output type ('file' vs 'stream').
Only 2 tools, but they cover the two primary output modes for a focused diagram generation server. Slightly thin but reasonable.
Core functionality of generating Mermaid diagrams as images is covered via file and stream. Lacks SVG-specific handling or validation tools, but these are minor gaps.