DBHub runs on your own machine — the client starts it, so there is no endpoint to ping. 36 320 installs a week from npm. Last commit 3 Aug 2026.
Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dbhub -- npx -y @bytebase/dbhub
{
"mcpServers": {
"dbhub": {
"args": [
"-y",
"@bytebase/dbhub"
],
"command": "npx"
}
}
}
[mcp_servers.dbhub]
command = "npx"
args = ["-y", "@bytebase/dbhub"]
{
"mcpServers": {
"dbhub": {
"args": [
"-y",
"@bytebase/dbhub"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"dbhub": {
"args": [
"-y",
"@bytebase/dbhub"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.