Run This Ai
EN DE

DBHub

Zero-dependency, token-efficient database MCP server for PostgreSQL, MySQL, SQL Server, MariaDB and SQLite

★ 3,132 GitHub MIT mcpmcp-serverdatabasepostgresqlmysqlsqlitesql-servermariadbaillmdbhub MCP Servers

Overview

DBHub is a zero-dependency, token efficient MCP server implementing the Model Context Protocol (MCP). It allows MCP-compatible clients like Claude Desktop, Claude Code, Cursor, VS Code, and Copilot CLI to connect to and explore different databases through a single, unified interface. Built by Bytebase, the open-source database DevSecOps platform, DBHub is designed for AI-native database interactions. It supports multiple database types including PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite through one consistent MCP interface. Key features include: - **Multi-Database Support**: Connect to PostgreSQL, MySQL, SQL Server, MariaDB, and SQLite through a single MCP server - **Token Efficiency**: Implements just two core MCP tools (execute_sql and search_objects) to maximize the AI context window - **Safety Guardrails**: Read-only mode, row limiting (default 100 rows), and query timeout protection prevent runaway operations - **Multi-Connection**: Connect to multiple databases simultaneously using a simple TOML configuration file - **Built-in Workbench**: Web-based UI for executing queries, running custom tools, and viewing request traces without an MCP client - **Secure Access**: SSH tunneling and SSL/TLS encryption support for secure database connections - **Zero Dependencies**: Runs standalone with Docker or npx — no external runtime dependencies required DBHub is perfect for AI developers who want their coding agents to safely interact with databases. Whether you're building with Claude, Cursor, or custom MCP clients, DBHub provides a clean, secure, and efficient bridge between AI agents and your data.

Requirements

Min vCPU
1
Min RAM
256 MB
Min Disk
10 GB
Rec vCPU
2
Rec RAM
1024 MB
Rec Disk
20 GB

Recommended VPS

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 2

2 vCPU · 8192 MB · 100 GB

$6.99
View plan

Hostinger · KVM 4

4 vCPU · 16384 MB · 200 GB

$11.99
View plan

Affiliate disclosure

Docker Compose

# Generated by Run This Ai — docker-compose.yml
services:
  dbhub:
    image: bytebase/dbhub:latest
    restart: unless-stopped
    ports:
      - 8080:8080
    volumes:
      - ./data/dbhub:/data

Best VPS for DBHub →

Related tools

Guides & articles