AI-agent-focused Mermaid editor for planning, with built-in MCP server and CLI tool
{
"mcpServers": {
"mermaid-editor": {
"args": [
"--mcp"
],
"command": "/path/to/mermaid-editor"
}
}
}AI-agent-focused Mermaid editor for planning, with built-in MCP server and CLI tool
Is it safe?
No known CVEs for esbuild. 1 previously resolved.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 14 days ago. 8 stars.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'esbuild' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No open vulnerabilities. 1 fixed CVE.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationGHSA-67mh-4wv8-2f99Fixedesbuild enables any website to send any requests to the development server and read the response
### Summary esbuild allows any websites to send any request to the development server and read the response due to default CORS settings. ### Details esbuild sets `Access-Control-Allow-Origin: *` header to all requests, including the SSE connection, which allows any websites to send any request to the development server and read the response. https://github.com/evanw/esbuild/blob/df815ac27b84f8b34374c9182a93c94718f8a630/pkg/api/serve_other.go#L121 https://github.com/evanw/esbuild/blob/df815a
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Security Weekly
Get CVE alerts and security updates for MermAId and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.