We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmorris35/devplan-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
workflow-test.md•300 B
# Mermaid Test
## Test 1: graph TD
```mermaid
graph TD
A[Start] --> B[Step 1]
B --> C[Step 2]
C --> D[End]
```
## Test 2: graph LR
```mermaid
graph LR
A[Start] --> B[Step 1]
B --> C[Step 2]
C --> D[End]
```
## Test 3: Simple
```mermaid
graph TD
A --> B
B --> C
```