A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities English | 简体中文 Install the package: start the service locally set the config Published under the MIT license. Made by community 💛 🤖 auto updated with automd
Add this skill
npx mdskills install betterhyq/mermaid-grammer-inspector-mcpClear setup instructions for Mermaid validation server but lacks tool descriptions and capability details
1# <img src="https://mermaid.js.org/favicon.svg" height="24"/> Mermaid Grammer Inspector23[](https://modelcontextprotocol.io/docs/getting-started/intro)4[](https://npmjs.com/package/@betterhyq/mermaid-grammer-inspector-mcp)5[](https://npm.chart.dev/@betterhyq/mermaid-grammer-inspector-mcp)6[](https://github.com/betterhyq/mermaid_grammer_inspector_mcp/blob/main/LICENSE)78<a href="https://glama.ai/mcp/servers/@holyfata/Mermaid-Grammer-Inspector">9 <img width="380" height="200" src="https://glama.ai/mcp/servers/@holyfata/Mermaid-Grammer-Inspector/badge" />10</a>1112A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities1314English | [简体中文](./README.zh-CN.md)1516## Usage1718Install the package:1920<!-- automd:pm-install global auto=false -->2122```sh23# npm24npm installg @betterhyq/mermaid-grammer-inspector-mcp2526# yarn27yarn addg @betterhyq/mermaid-grammer-inspector-mcp2829# pnpm30pnpm addg @betterhyq/mermaid-grammer-inspector-mcp3132# bun33bun installg @betterhyq/mermaid-grammer-inspector-mcp3435# deno36deno installg npm:@betterhyq/mermaid-grammer-inspector-mcp37```3839<!-- /automd -->4041### NPX Cursor Config4243```json44{45 "mcpServers": {46 "mermaid-grammer-inspector": {47 "command": "npx",48 "type": "stdio",49 "transportType": "stdio",50 "args": [51 "-y",52 "mermaid-grammer-inspector"53 ]54 }55 }56}57```5859### Http Cursor Config6061start the service locally6263```bash64mermaid-grammer-inspector --http --port=400065```6667set the config6869```json70{71 "mcpServers": {72 "mermaid-grammer-inspector": {73 "url": "http://0.0.0.0:4000/sse",74 "type": "sse",75 "transportType": "sse"76 }77 }78}79```8081## License8283<!-- automd:contributors license=MIT -->8485Published under the [MIT](https://github.com/betterhyq/mermaid_grammer_inspector_mcp/blob/main/LICENSE) license.86Made by [community](https://github.com/betterhyq/mermaid_grammer_inspector_mcp/graphs/contributors) 💛87<br><br>88<a href="https://github.com/betterhyq/mermaid_grammer_inspector_mcp/graphs/contributors">89<img src="https://contrib.rocks/image?repo=betterhyq/mermaid_grammer_inspector_mcp" />90</a>9192<!-- /automd -->9394<!-- automd:with-automd -->9596---9798_🤖 auto updated with [automd](https://automd.unjs.io)_99100<!-- /automd -->101
Full transparency — inspect the skill content before installing.