Skip to main content
Glama

Server Details

AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
create_erd_diagramTry in Inspector

Create a new ERD diagram from DBML or natural language

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesDiagram name
contentYesDBML source or natural language description
contentTypeNoContent type: 'dbml' or 'natural'
create_erd_gzipTry in Inspector

Create a new ERD diagram with gzip-compressed DBML. Use for large DBML to reduce token usage. Compress: cat file.dbml | gzip | base64

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesDiagram name
compressedContentYesDBML content compressed with gzip and encoded as base64. Generate with: cat file.dbml | gzip | base64
get_erd_diagramTry in Inspector

Get ERD diagram content by UUID

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesDiagram UUID
get_erd_gzipTry in Inspector

Download DBML as gzip-compressed content. Decompress: echo 'content' | base64 -d | gunzip > file.dbml

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesDiagram UUID
list_erd_diagramsTry in Inspector

List all accessible ERD diagrams

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

update_erd_diagramTry in Inspector

Update an existing ERD diagram

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesDiagram UUID
contentYesNew DBML source or natural language description
contentTypeNoContent type: 'dbml' or 'natural'
descriptionYesBrief description of what was changed (for version history). REQUIRED.
update_erd_gzipTry in Inspector

Update an ERD diagram with gzip-compressed DBML. Use for large DBML to reduce token usage. Compress: cat file.dbml | gzip | base64

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidYesDiagram UUID
descriptionYesBrief description of what was changed (for version history). REQUIRED.
compressedContentYesDBML content compressed with gzip and encoded as base64. Generate with: cat file.dbml | gzip | base64

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.