DBHub
DatabaseZero-dependency, token-efficient MCP server for Postgres, MySQL, SQL Server, MariaDB, and SQLite through a single interface.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"dbhub": {
"command": "npx",
"args": [
"-y",
"dbhub"
]
}
}
}