You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,6 @@
11
11
</a>
12
12
</p>
13
13
14
-

15
-
16
-
</p>
17
-
18
-
DBHub is a Universal Database MCP Server implementing the Model Context Protocol (MCP) server interface. This gateway allows MCP-compatible clients to connect to and explore different databases.
@@ -36,6 +30,14 @@ DBHub is a Universal Database MCP Server implementing the Model Context Protocol
36
30
MCP Clients MCP Server Databases
37
31
```
38
32
33
+
DBHub is a Universal Database MCP Server implementing the Model Context Protocol (MCP) server interface. This gateway allows MCP-compatible clients to connect to and explore different databases:
34
+
35
+
-**Universal Gateway**: Single interface for PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite
36
+
-**Secure Access**: Read-only mode, SSH tunneling, and SSL/TLS encryption support
37
+
-**Multi-Database**: Connect to multiple databases simultaneously with TOML configuration
38
+
-**Production-Ready**: Row limiting, lock timeout control, and connection pooling
39
+
-**MCP Native**: Full implementation of Model Context Protocol with resources, tools, and prompts
40
+
39
41
## Supported Databases
40
42
41
43
PostgreSQL, MySQL, SQL Server, MariaDB, and SQLite.
@@ -119,3 +121,7 @@ See [Debug](https://dbhub.ai/config/debug).
0 commit comments