We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/betterhyq/mermaid-grammer-inspector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
flowchart TD
A[Start] --> B{Decision}
B -->|Yes| C[Action 1]
B -->|No| D[Action 2]
C --> E[End]
D -->
F[Another Action] --> E
# 这里有语法错误:缺少连接目标
G -->
# 错误的箭头语法
H ---> I
# 未定义的节点引用
J --> UndefinedNode