Files

18 lines
669 B
Markdown

# sap-diagrams-mcp
MCP server exposing SAP BTP solution-diagram generation (the sap-drawio app's
backend) to any MCP client. Thin REST wrapper — the backend owns the icon DB,
SAP service catalog, landscape renderer and QA scorer.
Tools: `render_sketch` (deterministic, bring your own architecture),
`generate_diagram` (full pipeline from prose), `convert_mermaid`,
`get_diagram`, `list_diagrams`.
Canonical source lives in the `sap-architecture-diagrams` repo (`mcp-server/`);
this repo is the public install mirror for the MCP hub.
```
uv tool install git+https://git.alexzaw.dev/alexz/sap-diagrams-mcp
SAP_DIAGRAMS_API=http://<backend>/api sap-diagrams-mcp
```