Let your AI coding assistant design your database
Connect ER Flow to Cursor via MCP Server. As you describe features in natural language, Cursor creates and modifies your database schema in ER Flow automatically. See changes in real-time on the visual canvas while you stay in your IDE.
Add .cursor/mcp.json to your project with your ER Flow data model UUID.
Tell Cursor what you need: "Add a notifications system for comments on posts."
Cursor calls get-data-model-dbml to understand your current schema, then creates the tables.
Open ER Flow to see the new tables on the canvas. Review relationships and column types.
Create a checkpoint and generate the migration file from the visual diff.