DBHub is a universal database gateway implementing the MCP server interface, allowing AI assistants to connect to and explore different databases like PostgreSQL, MySQL, SQLite, and DuckDB. Developed by Bytebase, it provides capabilities for browsing tables, viewing schema information, running read-only SQL queries, and includes safety checks to prevent dangerous operations. The implementation is containerized with Docker for easy deployment and supports both stdio transport for direct integration with tools like Claude Desktop and SSE transport for browser and network clients, making it particularly valuable for AI assistants that need to access and analyze data stored in various database systems.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Execute single or multiple SQL statements (separated by semicolons) across various databases.
Generate SQL statements based on provided specifications and conditions.
Explain database elements, providing details on schemas, tables, and other structures.