MCP server for DrawDB -- exposes database schema diagrams to AI agents for reading, writing, and exporting
| Tool name | Description | Destructive? |
|---|---|---|
| launch_browser | ✓ no | |
| find_drawdb_tab | ✓ no | |
| open_in_drawdb | ✓ no | |
| reload_drawdb_tab | ✓ no | |
| think_about_schema | ✓ no |
| get_thinking_context | ✓ no | |
| reset_thinking | ✓ no | |
| think_about_review | ✓ no | |
| think_about_edit | ✓ no | |
| snapshot_schema | ✓ no | |
| generate_migration | ✓ no | |
| add_table | ✓ no | |
| add_field | ✓ no | |
| update_field | ✓ no | |
| remove_field⚠ | ⚠ yes | |
| remove_table⚠ | ⚠ yes | |
| add_relationship | ✓ no | |
| remove_relationship⚠ | ⚠ yes | |
| add_index | ✓ no | |
| add_enum | ✓ no | |
| add_note | ✓ no | |
| new_diagram | ✓ no | |
| get_schema_summary | ✓ no | |
| list_tables | ✓ no | |
| describe_table | ✓ no | |
| list_relationships | ✓ no | |
| describe_relationship | ✓ no | |
| list_enums | ✓ no | |
| list_types | ✓ no | |
| search_tables | ✓ no | |
| list_templates | ✓ no | |
| apply_template | ✓ no | |
| design_schema | ✓ no | |
| get_design_prompt | ✓ no | |
| validate_schema_quality | ✓ no | |
| explain_schema | ✓ no | |
| review_schema | ✓ no | |
| upgrade_to_production | ✓ no | |
| validate_constraints | ✓ no | |
| export_ddl | ✓ no | |
| export_dbml | ✓ no | |
| export_json | ✓ no | |
| export_to_file | ✓ no | |
| export_deployment_bundle | ✓ no |
{
"mcpServers": {
"drawdb": {
"command": "npx",
"args": [
"-y",
"drawdb-mcp"
]
}
}
}