SERVER

DBHub

Rank #769

io.github.bytebase/dbhub

Universal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.

5 versions
2,885 GitHub stars
by bytebase (1 servers)View repository ↗
First listed
Mar 13, 2025
Last publish date
Apr 3, 2026
OVERVIEW

DBHub is a Model Context Protocol (MCP) server published by bytebase. It ranks #769 of 55,941 servers tracked on MCP Toplist, and its repository has 2,885 GitHub stars. DBHub is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 5 tracked versions. It was first listed on Mar 13, 2025 and most recently updated on Apr 3, 2026.

STANDING
#769of 55,941 tracked serversTop 5%

Ranks ahead of 55,172 of 55,941 servers on MCP Toplist.

Recent momentum
+200GitHub stars since Apr 27 (+7%)
CONNECT

Use DBHub

Add DBHub to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "dbhub": {
      "command": "npx",
      "args": [
        "-y",
        "@bytebase/dbhub"
      ],
      "env": {
        "DSN": "<your DSN>",
        "DB_TYPE": "<your DB_TYPE>",
        "DB_HOST": "<your DB_HOST>",
        "DB_PORT": "<your DB_PORT>",
        "DB_USER": "<your DB_USER>",
        "DB_PASSWORD": "<your DB_PASSWORD>",
        "DB_NAME": "<your DB_NAME>",
        "TRANSPORT": "<your TRANSPORT>",
        "PORT": "<your PORT>",
        "ID": "<your ID>",
        "SSH_HOST": "<your SSH_HOST>",
        "SSH_PORT": "<your SSH_PORT>",
        "SSH_USER": "<your SSH_USER>",
        "SSH_PASSWORD": "<your SSH_PASSWORD>",
        "SSH_KEY": "<your SSH_KEY>",
        "SSH_PASSPHRASE": "<your SSH_PASSPHRASE>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 4 registries

ORGANIZATION

bytebase

Organization
Total servers
1
Total versions
5
VERSIONS

Available versions (5)

VersionPublished
0.21.1Apr 3, 2026
0.17.0Mar 7, 2026
0.13.2Dec 18, 2025
0.13.1Dec 17, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is DBHub?
Universal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.
Who maintains DBHub?
DBHub is maintained by bytebase, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
Is DBHub listed on the official MCP registry?
Yes — DBHub is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
How many versions does DBHub have?
MCP Toplist tracks 5 versions of DBHub, most recently published on Apr 3, 2026.
Where can I find the source code for DBHub?
The source code for DBHub is hosted at github.com/bytebase/dbhub.
EXPLORE