Skip to main content
Glama

DBeaver MCP Server

by srthkdev

DBeaver MCP Server

A Model Context Protocol (MCP) server that integrates with DBeaver to provide AI assistants access to 200+ database types through DBeaver's existing connections.

🚀 Features

  • Universal Database Support: Works with all 200+ database types supported by DBeaver
  • Zero Configuration: Uses your existing DBeaver connections
  • Secure: Leverages DBeaver's credential management
  • Cross-Platform: Works on Windows, macOS, and Linux
  • Production Ready: Full error handling and logging

📋 Prerequisites

  • Node.js 18+
  • DBeaver installed and configured with at least one connection
  • Claude Desktop or another MCP-compatible client

🛠️ Installation

See the Installation Guide for full details.

Quick Start

npm install -g dbeaver-mcp-server dbeaver-mcp-server

🖥️ Configuration

See the Configuration Guide for Claude Desktop and environment variable options.

💡 Usage Examples

See examples/samples-queries.md for more.

  • List all connections:

    "Show me all my database connections"

  • Run a query:

    "Run this query on my PostgreSQL database: SELECT COUNT(*) FROM orders WHERE date > '2024-01-01'"

  • Get table schema:

    "What's the schema of the users table in my MySQL database?"

  • Export data:

    "Export all customer data to CSV from my Oracle database"

🛠️ Scripts

  • scripts/build.sh: Build the project
  • scripts/install.sh: Install dependencies and build

📝 Documentation

🤝 Contributing

Fork the repository, create a feature branch, make your changes, add tests if applicable, and submit a pull request.

📝 License

MIT License - see LICENSE file for details

🙏 Acknowledgments

Anthropic for the Model Context Protocol DBeaver for the amazing database tool The open source community for inspiration and feedback

Note: This project is not officially affiliated with DBeaver or Anthropic.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A Model Context Protocol server that enables AI assistants to access and query 200+ database types through existing DBeaver connections without additional configuration.

  1. 🚀 Features
    1. 📋 Prerequisites
      1. 🛠️ Installation
        1. Quick Start
      2. 🖥️ Configuration
        1. 💡 Usage Examples
          1. 🛠️ Scripts
            1. 📝 Documentation
              1. 🤝 Contributing
                1. 📝 License
                  1. 🙏 Acknowledgments

                    Related MCP Servers

                    • -
                      security
                      F
                      license
                      -
                      quality
                      A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
                      Last updated -
                      16
                      TypeScript
                    • -
                      security
                      F
                      license
                      -
                      quality
                      A Model Context Protocol server that enables AI models to interact with MySQL databases through natural language, supporting SQL queries, table creation, and schema exploration.
                      Last updated -
                      2
                      Python
                      • Linux
                      • Apple
                    • -
                      security
                      F
                      license
                      -
                      quality
                      A Model Context Protocol server that enables AI assistants to securely interact with Apache IoTDB databases through a controlled interface for listing tables, reading data, and executing SQL queries.
                      Last updated -
                      Python
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Model Context Protocol server that enables AI assistants (Cursor, Windsurf, Claude Code) to interact with Microsoft SQL Server databases by providing connectivity through environment-configurable connections.
                      Last updated -
                      8
                      TypeScript
                      MIT License

                    View all related MCP servers

                    MCP directory API

                    We provide all the information about MCP servers via our MCP API.

                    curl -X GET 'https://glama.ai/api/mcp/v1/servers/srthkdev/dbeaver-mcp-server'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server