DBHub
DBHub is a universal database gateway implementing the Model Context Protocol (MCP) server interface. This gateway allows MCP-compatible clients to connect to and explore different databases.
Key Features:
- Universal Database Access: Connects to various databases like MySQL, PostgreSQL, SQL Server, and SQLite.
- MCP Compatibility: Implements the Model Context Protocol server interface.
- Demo SSE Endpoint: Provides a demo SSE endpoint for quick testing with a sample employee database.
- Database Tooling: Supports database tools and prompt capabilities for generating SQL and explaining DB elements.
- Easy Installation: Can be installed via Docker or NPM.
Usage:
DBHub is designed for developers and data professionals who need a unified way to access and explore different databases. It simplifies the integration of databases with MCP-compatible clients, such as Claude Desktop and Cursor, enabling AI-powered database interactions and exploration.
It supports:
- Listing schemas, tables, indexes, and procedures.
- Executing queries.
- Generating SQL and explaining DB elements using prompts.