Mermaid Server
Runs a tiny HTTP service that turns Mermaid markup into PNG/SVG images without installing Mermaid locally.
- •You need to generate diagrams on the fly from a web app or CI pipeline and don’t want to bundle Node.js/mermaid-cli in each environment.
- •Your team uses Go for deployment and prefers a single binary to serve diagram images.
- •You want a central diagram‑rendering endpoint to avoid rate‑limits or latency of third‑party SaaS services.
curl -X POST -H "Content-Type: application/json" -d '{"code":"sequenceDiagram\n participant Alice\n participant Bob\n Alice->>Bob: Hello Bob, how are you?\n Bob-->>Alice: I am good!"}' http://localhost:8080/png > hello.pngSkip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/mermaid-server && curl -fsSL https://workflowstacks.com/api/skills/mermaid-server/claude-skill -o ~/.claude/skills/mermaid-server/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Mermaid Server is a tiny Go project (~400 lines across 6 code files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 21 months ago, MIT license, no tests found.
- 1README.mdStart here — what it does and how to install it
- 2cmd/app/main.goWhere the program starts running
- 3go.modDependencies and the commands it exposes
- 4internal/cache.goInside internal/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/mermaid-server && curl -fsSL https://workflowstacks.com/api/skills/mermaid-server/claude-skill -o ~/.claude/skills/mermaid-server/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.