Skip to content

AI Tools and MCP

dbeaver-devops edited this page Jun 11, 2026 · 1 revision

Table of contents

Note: This feature is available in Enterprise and AWS editions only.

CloudBeaver ships with a set of AI tools that the AI Assistant can call directly. You get built-in tools for tasks like data transfer, metadata reads, and editor control, and you can connect external MCP servers.

You can find more information about Model Context Protocol (MCP) here.

Enable AI tools

  1. Navigate to Settings -> Administration -> Server Configuration
  2. Enable the AI Integration option
  3. Navigate to AI Settings -> Tools & MCP
  4. Select Enable Tools and MCP.

Tools work in AI chat and through the ai command.

Note: If tools are disabled, the assistant falls back to standard text responses.

Supported providers

AI tools are available only with providers that support tool calling:

If your provider doesn’t support tool calling, AI Assistant will continue to respond with text or SQL suggestions as usual. Make sure the model you select supports tool calling.

Internal tools

Category Description
Data read actions Read sample data or metadata for improved context and more accurate suggestions.
View and editor actions Open Database object editor and SQL Editor.

MCP servers

To add an MCP server:

  1. Open Settings -> Administration -> AI Settings -> Tools & MCP

  2. Click + Add

  3. Fill in the connection settings

  4. Fill in the headers and click Create

Setting Description
Mode Fields - fill in settings using form fields. JSON - paste a raw JSON configuration.
Name A display name for the server.
Configuration URL The server endpoint.
Headers Optional key-value headers to include in requests.

Each server shows its connection status, enabled state, and the number of available tools.

CloudBeaver Documentation

Clone this wiki locally