Skip to main content
Glama
srthkdev

DBeaver MCP Server

by srthkdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_connectionsB

List all available DBeaver database connections

get_connection_infoC

Get detailed information about a specific DBeaver connection

execute_queryA

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

write_queryA

Execute INSERT, UPDATE, or DELETE queries on a specific DBeaver connection

create_tableC

Create new tables in the database

alter_tableC

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

drop_tableA

Remove a table from the database with safety confirmation

get_table_schemaB

Get schema information for a specific table

export_dataC

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

test_connectionC

Test connectivity to a DBeaver connection

get_database_statsC

Get statistics and information about a database

list_tablesC

List all tables in a database

append_insightC

Add a business insight or analysis note to the memo

list_insightsC

List all stored business insights and analysis notes

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/omnisql-mcp'

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