Skip to main content
Glama

DBeaver MCP Server

by srthkdev
MIT License
12
16
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_connections

List all available DBeaver database connections

get_connection_info

Get detailed information about a specific DBeaver connection

execute_query

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

write_query

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

create_table

Create new tables in the database

alter_table

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

drop_table

Remove a table from the database with safety confirmation

get_table_schema

Get schema information for a specific table

export_data

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

test_connection

Test connectivity to a DBeaver connection

get_database_stats

Get statistics and information about a database

list_tables

List all tables in a database

append_insight

Add a business insight or analysis note to the memo

list_insights

List all stored business insights and analysis notes

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