Skip to content
dbeaver-devops edited this page Jun 26, 2026 · 3 revisions

Note: This feature is not available in dbvr Community.

Table of contents

mcp - run dbvr as an MCP server for a database connection.

Synopsis

dbvr mcp [-hV] [COMMAND]

Tip: You can also use global options with this command.

Description

The mcp command starts dbvr as an MCP (Model Context Protocol) server for a database connection. External AI tools connect to this server over MCP, while dbvr connects to the database.

The server lets the AI explore your database structure and run queries. See mcp start for the full list of available tools.

Commands

  • start

    Start an MCP server for a datasource. The server runs in the foreground and communicates over stdio.

  • configuration

    Print a configuration snippet you can paste into your AI tool's MCP config file.

Clone this wiki locally