Skip to main content
Glama

MCP Server Mermaid

Dockerfile332 B
FROM node:lts-bookworm-slim WORKDIR /app COPY . . RUN npm install \ && npm run build \ && npx playwright install --with-deps chromium \ && apt-get clean \ && npm prune --omit=dev \ && npm cache clean --force \ && rm -rf /var/lib/apt/lists/* \ && rm -rf /var/cache/apt/* CMD ["node", "build/index.js"]

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