A Model Context Protocol server that enables AI assistants to access and query 200+ database types through existing DBeaver connections without additional configuration.
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.
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.
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.
Get column definitions for a table or view, including names and types, with optional schema, database, or profile overrides to target the right database.
Retrieve schema details for a database table, including columns, data types, and optional index information, to understand its structure and relationships.
Execute CREATE TABLE statements to add new database tables using existing DBeaver connections, enabling structured data storage without additional configuration.