Dbhub
Freeby MCP Community
Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
v0.21.2Added Apr 12, 2026
Dbhub MCP Server
Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
Installation
npx -y @bytebase/dbhub
Reviews
Installation
Quick install
npx -y @bytebase/dbhub
Add to claude_desktop_config.json
{
"mcpServers": {
"dbhub": {
"command": "npx",
"args": ["-y", "@bytebase/dbhub"]
}
}
}