holyfata/mermaid-grammer-inspector-mcp
3.2
If you are the rightful owner of mermaid-grammer-inspector-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Mermaid Grammar Inspector MCP server is designed to validate and check the syntax of Mermaid diagrams, ensuring they adhere to the correct grammar rules.
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-mcp
NPX 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=4000
set 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 automd