API and Integration overview
Integration options¶
CloudBeaver supports several ways to integrate with external tools and automate workflows.
GraphQL API¶
Use GraphQL to interact with the server using flexible queries and mutations. Supports operations like user and session management, SQL execution, and more.
Info
Learn more about GraphQL API
MCP server¶
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.
Info
Learn more about MCP server
JDBC driver¶
Use the DBeaver Proxy Driver to let third-party tools connect to databases managed in CloudBeaver.
Info
Learn more about the JDBC driver