read_mermaid_file
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
Read a single .mmd file from a GitHub repository. Only paths ending in .mmd are allowed. REQUIRES: `Github-Token` header (HTTP) or GITHUB_TOKEN / GH_TOKEN.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"owner",
"repo",
"path",
"clientName"
],
"properties": {
"ref": {
"type": "string",
"description": "Optional: branch, tag, or commit SHA; defaults to the default branch."
},
"path": {
"type": "string",
"description": "Path to the .mmd file in the repository."
},
"repo": {
"type": "string"
},
"owner": {
"type": "string"
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries