dbhub and mcp-database-server
These are competitors offering similar core functionality—both provide MCP servers for querying multiple SQL databases—though A is substantially more mature and production-ready while B is an experimental alternative with additional UI features.
About dbhub
bytebase/dbhub
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
This tool acts as a single point of access for various databases, allowing you to interact with them using AI-powered tools or a web interface. It takes your queries or commands and translates them to different database types like PostgreSQL, MySQL, or SQL Server, providing results in return. Database administrators, developers, and data analysts who work with multiple database systems will find this useful.
About mcp-database-server
ahmetbarut/mcp-database-server
A Model Context Protocol (MCP) server that provides multi-database query execution capabilities with support for SQLite, PostgreSQL, and MySQL databases. Includes a built-in Web UI for managing database connections.
Implements connection pooling with configurable limits and timeout settings, plus parameterized query execution with SQL injection protection via Zod validation. Persists all connection configs in a local SQLite store, enabling stateful management across server restarts, and integrates directly with Claude Desktop and Cursor IDE through stdio-based MCP transport.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work