srthkdev/dbeaver-mcp-server
If you are the rightful owner of dbeaver-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The DBeaver MCP Server is a Model Context Protocol server that integrates with DBeaver to provide AI assistants access to over 200 database types through existing DBeaver connections.
Tools
Functions exposed to the LLM to take actions
list_connections
List all DBeaver database connections
get_connection_info
Get detailed connection information
execute_query
Execute SELECT queries (read-only)
write_query
Execute INSERT, UPDATE, DELETE queries
create_table
Create new database tables
alter_table
Modify existing table schemas
drop_table
Remove tables (requires confirmation)
get_table_schema
Get detailed table schema information
list_tables
List all tables and views in database
export_data
Export query results to CSV/JSON
test_connection
Test database connectivity
get_database_stats
Get database statistics and info
append_insight
Add business insights to memo
list_insights
List stored business insights
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client