Skip to main content
Glama

Mermaid Grammer Inspector

Mermaid-Grammer-Inspector MCP server npm version npm downloads bundle size license

A Model Context Protocol (MCP) server for validating Mermaid diagram syntax and providing comprehensive grammar checking capabilities

Usage

Install the package:

# npm
npm installg @bjmhe/mermaid-grammer-inspector-mcp

# yarn
yarn addg @bjmhe/mermaid-grammer-inspector-mcp

# pnpm
pnpm addg @bjmhe/mermaid-grammer-inspector-mcp

# bun
bun installg @bjmhe/mermaid-grammer-inspector-mcp

# deno
deno installg npm:@bjmhe/mermaid-grammer-inspector-mcp

# vp
vp installg @bjmhe/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"
    }
  }
}

Related MCP server: Mermaid-Grammer-Inspector

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

–Maintainers
–Response time
2wRelease cycle
13Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr…

  • Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

  • Let Claude, Cursor, or ChatGPT author Mermaid diagrams your team can read and share.

View all MCP Connectors

Latest Blog Posts

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/bjmhe-archived/mermaid-grammer-inspector-mcp'

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