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.
Execute a SQL query against the connected database. Parameters: query (string)
List all available database connectors.
Generate SQL commands based on the provided context. Parameters: context (string)
Provide explanations of database elements based on the provided context. Parameters: context (string)
No reviews yet. Be the first to review!
Sign in to join the conversation