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

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

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.