DBHub is a zero-dependency, token efficient MCP server that implements the Model Context Protocol (MCP) server interface, allowing MCP-compatible clients to connect to and explore multiple databases through a single interface.
From the registry: Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB

Please install the `dbhub` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@bytebase/dbhub@latest","--transport","stdio","--dsn","<database_dsn>"]
Note: DSN format depends on engine (postgres://, mysql://, mariadb://, sqlserver://, sqlite:///). Multi-DB via --config <dbhub.toml>.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DSNrequiredData Source Name for connecting to the database.MongoDB Model Context Protocol Server