Skip to content

ERD

ERD notation describes entities and relationships in plain text. UML-MCP renders it through Kroki with diagram_type: erd.

Example

[Person]
*id
name
+account_id

[Account]
*id
balance

Person *--1 Account

Parameters

Property Value
diagram_type erd
Backend erd (via Kroki)
Output formats png, svg, jpeg, pdf

See also