Skip to main content
Glama
546,914 tools. Updated 2026-09-11 03:55

"DBeaver" matching MCP tools:

  • Execute read-only SQL queries on DBeaver database connections to retrieve data from 200+ database types without additional configuration.
    MIT
  • Execute INSERT, UPDATE, or DELETE queries on DBeaver database connections to modify data across 200+ database types without additional configuration.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    MCP server that reads DBeaver database configurations and provides SQL execution via existing JDBC drivers — no extra driver downloads needed.
    3
    -
  • A
    license
    B
    quality
    B
    maintenance
    A Model Context Protocol server that enables AI assistants to access and query 200+ database types through existing DBeaver connections without additional configuration.
    14
    243
    78
    MIT
  • Check PostgreSQL status: active profile, host, database, write mode, and a live SELECT 1 health check. Optionally pass a profile for a one-shot check without changing the sticky session.
    ISC
  • List tables and views in a PostgreSQL schema, defaulting to public, with optional database or connection profile overrides. Use it to discover available objects before running queries.
    ISC
  • Set the active database connection profile to dev, QA, or default. Subsequent tools reuse this profile, keeping credentials out of chat.
    ISC
  • Run SQL queries against a selected database profile, or switch to dev/qa for a single call. Read-only by default; optionally cap rows and override database without asking for credentials.
    ISC
  • Remove a database table using DBeaver connections with built-in safety confirmation to prevent accidental data loss.
    MIT
  • Add business insights and analysis notes to database memos with optional tags and connection associations for better data documentation.
    MIT
  • Get column definitions for a table or view, including names and types, with optional schema, database, or profile overrides to target the right database.
    ISC
  • Retrieve schema details for a database table, including columns, data types, and optional index information, to understand its structure and relationships.
    MIT
  • Execute CREATE TABLE statements to add new database tables using existing DBeaver connections, enabling structured data storage without additional configuration.
    MIT
  • Modify database table schemas by executing ALTER TABLE statements to add columns, rename tables, or change structure through DBeaver connections.
    MIT