Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

alter_table

Modify database table schemas by executing ALTER TABLE statements to add columns, rename tables, or change structure through DBeaver connections.

Instructions

Modify existing table schema (add columns, rename tables, etc.)

Input Schema

NameRequiredDescriptionDefault
connectionIdYesThe ID or name of the DBeaver connection
queryYesALTER TABLE statement

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "The ID or name of the DBeaver connection", "type": "string" }, "query": { "description": "ALTER TABLE statement", "type": "string" } }, "required": [ "connectionId", "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/srthkdev/dbeaver-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server