Provides comprehensive grammar checking and syntax validation capabilities for Mermaid diagram code
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mermaid Grammar Inspectorcheck if this flowchart syntax is correct: graph TD; A-->B; B-->C"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mermaid Grammer Inspector
A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities
English | 简体中文
Usage
Install the package:
# npm
npm installg @betterhyq/mermaid-grammer-inspector-mcp
# yarn
yarn addg @betterhyq/mermaid-grammer-inspector-mcp
# pnpm
pnpm addg @betterhyq/mermaid-grammer-inspector-mcp
# bun
bun installg @betterhyq/mermaid-grammer-inspector-mcp
# deno
deno installg npm:@betterhyq/mermaid-grammer-inspector-mcpNPX Cursor Config
{
"mcpServers": {
"mermaid-grammer-inspector": {
"command": "npx",
"type": "stdio",
"transportType": "stdio",
"args": [
"-y",
"mermaid-grammer-inspector"
]
}
}
}Http Cursor Config
start the service locally
mermaid-grammer-inspector --http --port=4000set the config
{
"mcpServers": {
"mermaid-grammer-inspector": {
"url": "http://0.0.0.0:4000/sse",
"type": "sse",
"transportType": "sse"
}
}
}License
Published under the MIT license. Made by community 💛
🤖 auto updated with