1
0
Fork 0
1Panel-Appstore/dbhub
wanghe-fit2cloud a11f9660b2 feat: Modify app architectures 2025-05-14 14:21:38 +08:00
..
0.4.7 chore(deps): update bytebase/dbhub docker tag to v0.4.7 (#3868) 2025-05-11 21:51:21 +08:00
README.md feat: Add DBHub 2025-04-21 15:43:20 +08:00
README_en.md feat: Add DBHub 2025-04-21 15:43:20 +08:00
data.yml feat: Modify app architectures 2025-05-14 14:21:38 +08:00
logo.png feat: Add DBHub 2025-04-21 15:43:20 +08:00

README_en.md

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.

 +------------------+    +--------------+    +------------------+
 |                  |    |              |    |                  |
 |                  |    |              |    |                  |
 |  Claude Desktop  +--->+              +--->+    PostgreSQL    |
 |                  |    |              |    |                  |
 |      Cursor      +--->+    DBHub     +--->+    SQL Server    |
 |                  |    |              |    |                  |
 |     Other MCP    +--->+              +--->+     SQLite       |
 |      Clients     |    |              |    |                  |
 |                  |    |              +--->+     MySQL        |
 |                  |    |              |    |                  |
 |                  |    |              +--->+    MariaDB       |
 |                  |    |              |    |                  |
 +------------------+    +--------------+    +------------------+
      MCP Clients           MCP Server             Databases