Databases
Trust: 56/100 (Fair)DBHub Guide
Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
2,256 starsby bytebase
Quick Start
Install
npx @bytebase/dbhubClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bytebase-dbhub": {
"command": "npx",
"args": [
"@bytebase/dbhub"
]
}
}
}