SERVER
DBHub
Rank #682glama/bytebase/dbhub
Universal database MCP server connecting to MySQL, PostgreSQL, SQLite, DuckDB and etc.
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 #682 of 58,900 servers tracked on MCP Toplist, and its repository has 2,870 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
#682of 58,900 tracked serversTop 5%
Ranks ahead of 58,218 of 58,900 servers on MCP Toplist.
Recent momentum
+191GitHub 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 3 registries (1 delisted)
ORGANIZATION
bytebase
VERSIONS
Available versions (5)
| Version | Published |
|---|---|
| 0.21.1 | Apr 3, 2026 |
| 0.17.0 | Mar 7, 2026 |
| 0.13.2 | Dec 18, 2025 |
| 0.13.1 | Dec 17, 2025 |
| 0.1.0 | Nov 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 an official MCP server?
- 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