1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-25 09:29:50 +08:00
1Panel-Appstore/dbhub/README_en.md
wanghe-fit2cloud 86003b41e9 feat: Add DBHub
2025-04-21 15:43:20 +08:00

22 lines
1.2 KiB
Markdown

# 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.
```bash
+------------------+ +--------------+ +------------------+
| | | | | |
| | | | | |
| Claude Desktop +--->+ +--->+ PostgreSQL |
| | | | | |
| Cursor +--->+ DBHub +--->+ SQL Server |
| | | | | |
| Other MCP +--->+ +--->+ SQLite |
| Clients | | | | |
| | | +--->+ MySQL |
| | | | | |
| | | +--->+ MariaDB |
| | | | | |
+------------------+ +--------------+ +------------------+
MCP Clients MCP Server Databases
```