-
Notifications
You must be signed in to change notification settings - Fork 523
API and integration
dbeaver-devops edited this page Mar 5, 2026
·
3 revisions
CloudBeaver supports several ways to integrate with external tools and automate workflows.
Use GraphQL to interact with the server using flexible queries and mutations. Supports operations like user and session management, SQL execution, and more.
Learn more about GraphQL API
Run CloudBeaver as a Model Context Protocol - MCP - server to let AI clients execute database operations through a secure endpoint.
Supports schema inspection, metadata retrieval, and SQL execution for a selected datasource.
Learn more about MCP server
Use the DBeaver Proxy Driver to let third-party tools connect to databases managed in CloudBeaver.
Learn more about the JDBC driver
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development