Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

export_data

Export SQL query results from DBeaver connections to CSV, JSON, XML, or Excel formats for data analysis and sharing.

Instructions

Export query results to various formats (CSV, JSON, etc.)

Input Schema

NameRequiredDescriptionDefault
connectionIdYesThe ID or name of the DBeaver connection
formatNoExport formatcsv
includeHeadersNoInclude column headers in export
maxRowsNoMaximum number of rows to export
queryYesThe SQL query to execute for export (SELECT only)

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "The ID or name of the DBeaver connection", "type": "string" }, "format": { "default": "csv", "description": "Export format", "enum": [ "csv", "json", "xml", "excel" ], "type": "string" }, "includeHeaders": { "default": true, "description": "Include column headers in export", "type": "boolean" }, "maxRows": { "default": 10000, "description": "Maximum number of rows to export", "type": "number" }, "query": { "description": "The SQL query to execute for export (SELECT 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