[ MCP_NODE_3761 ]
dbhub
CATEGORY:
Database
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Zero-dependency, token-efficient database MCP server supporting PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite connections.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"dbhub-en": {
"description": "Zero-dependency, token-efficient database MCP server supporting PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite connections.",
"command": "npx",
"args": [
"-y",
"@bytebase/dbhub@latest"
],
"env": {
"DATABASE_DSN": "<your-database-dsn>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.