DBHub (Universal Database Gateway)
Provides a universal database gateway for connecting to PostgreSQL, MySQL, SQLite, and DuckDB, enabling table browsing, schema inspection, and read-only SQL queries with built-in safety checks
Featured
View Source1106 stars
0 tools
Created Aug 2025
@bytebase/bytebase-dbhub-universal-database-gateway-dbhubAbout
Provides a universal database gateway for connecting to PostgreSQL, MySQL, SQLite, and DuckDB, enabling table browsing, schema inspection, and read-only SQL queries with built-in safety checks
Categories
general
Installation
npm
npm install @bytebase/bytebase-dbhub-universal-database-gateway-dbhub
Configuration
{
"mcpServers": {
"bytebase-dbhub-universal-database-gateway-dbhub": {
"command": "npx",
"args": [
"-y",
"@bytebase/bytebase-dbhub-universal-database-gateway-dbhub"
]
}
}
}