DBHub
MCP server bytebase/dbhub/io.github.bytebase/dbhub
Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
claude mcp add dbhub -- npx -y @bytebase/dbhubAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
In 1 stack
Whose pick this was
Change a schema without taking the site down
Then read the schema that is actually deployed, rather than the one implied by the migration folder or an ORM's cached types. Structure: columns, types, the nullable nobody remembers, the indexes that already exist. Set `readonly = true` on `execute_sql` and this can look at everything and change nothing.
agentscliIn house flow