Skip to main content
Glama

claude-mermaid

template.html1.19 kB
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Mermaid Diagram Preview (Live)</title> <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> <link rel="stylesheet" href="/style.css" /> </head> <body data-diagram-id="{{DIAGRAM_ID}}" data-port="{{PORT}}" data-live-enabled="{{LIVE_ENABLED}}"> <div class="status-bar"> <div style="display: flex; align-items: center; gap: 12px"> <div> <span class="status-indicator" id="status-indicator"></span> <span id="status-text">Live Reload Active</span> </div> <div class="toolbar-buttons"> <button class="toolbar-btn" id="reset-pan" title="Reset position">⊙</button> <button class="toolbar-btn" id="open-mermaid-live" title="Open in Mermaid Live">⧉</button> </div> </div> <div id="last-update">Last updated: {{TIMESTAMP}}</div> </div> <div class="viewport" style="background: {{BACKGROUND}}"> <div class="diagram-wrapper">{{CONTENT}}</div> </div> <script src="/script.js"></script> </body> </html>

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/veelenga/claude-mermaid'

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