Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

execute_query

Execute read-only SQL queries on DBeaver database connections to retrieve data from 200+ database types without additional configuration.

Instructions

Execute a SQL query on a specific DBeaver connection (read-only queries)

Input Schema

NameRequiredDescriptionDefault
connectionIdYesThe ID or name of the DBeaver connection to use
maxRowsNoMaximum number of rows to return (default: 1000)
queryYesThe SQL query to execute (SELECT statements only)

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "The ID or name of the DBeaver connection to use", "type": "string" }, "maxRows": { "default": 1000, "description": "Maximum number of rows to return (default: 1000)", "type": "number" }, "query": { "description": "The SQL query to execute (SELECT statements only)", "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