We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khalidsaidi/ragmap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•353 B
# Diagrams
This folder contains Mermaid diagrams and their rendered screenshots for use in READMEs.
## Render Mermaid to PNG (no local browser required)
```bash
curl -fsSL -X POST -H 'Content-Type: text/plain' \
--data-binary @docs/diagrams/ragmap-architecture.mmd \
https://kroki.io/mermaid/png \
-o docs/diagrams/ragmap-architecture.png
```