Skip to main content
Glama

MCP Server Mermaid

package.json1.65 kB
{ "name": "mcp-mermaid", "description": "❤️ Generate mermaid diagram and chart with AI MCP dynamically.", "version": "0.3.0", "main": "build/index.js", "type": "module", "scripts": { "test": "vitest", "prebuild": "rm -rf build/*", "build": "tsc && tsc-alias -p tsconfig.json", "start": "npx @modelcontextprotocol/inspector node build/index.js", "start:sse": "node build/index.js --transport sse --port 3033", "start:streamable": "node build/index.js --transport streamable --port 1122", "prepare": "husky && npm run build", "prepublishOnly": "npm run build", "postinstall": "playwright install --with-deps chromium" }, "bin": { "mcp-mermaid": "./build/index.js" }, "files": ["build"], "keywords": ["mcp", "mermaid", "data-visualization", "chart", "diagram"], "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4", "cors": "^2.8.5", "express": "^5.1.0", "mermaid-isomorphic": "^3.0.4", "playwright": "^1.52.0", "zod": "^3.25.16", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@modelcontextprotocol/inspector": "^0.12.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/node": "^22.15.21", "husky": "^9.1.7", "lint-staged": "^15.5.2", "tsc-alias": "^1.8.16", "typescript": "^5.8.3", "vitest": "^3.1.4" }, "lint-staged": { "*.{ts,js,json}": [ "biome check --write", "biome format --write", "biome lint" ] }, "repository": { "type": "git", "url": "https://github.com/hustcc/mcp-mermaid" }, "license": "MIT" }

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

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