Skip to main content
Glama
package.json892 B
{ "name": "mermaid-svg-mcp", "version": "0.2.1", "description": "A simplified MCP server for generating SVG files from Mermaid diagrams", "type": "module", "main": "dist/index.js", "bin": { "mermaid-svg-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "playwright install --with-deps chromium" }, "keywords": [ "mcp", "mermaid", "svg", "diagrams" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4", "mermaid-isomorphic": "^3.0.4", "playwright": "^1.52.0", "zod": "^3.25.16", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^20.9.0", "tsx": "^4.6.0", "typescript": "^5.3.0" } }

Latest Blog Posts

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/jagadeesh52423/mermaid-svg-mcp'

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