Back to directory
@bytebase/dbhub

@bytebase/dbhub

@bytebase2573

Universal database MCP server connecting to MySQL, PostgreSQL, SQL Server, MariaDB.

databasesqlpostgresqlmysqlmariadbsql-serversqlite

Installation & Configuration

{
  "mcpServers": {
    "dbhub-postgres-docker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "bytebase/dbhub",
        "--transport",
        "stdio",
        "--dsn",
        "postgres://user:[email protected]:5432/dbname?sslmode=disable"
      ]
    },
    "dbhub-postgres-npx": {
      "command": "npx",
      "args": [
        "-y",
        "@bytebase/dbhub",
        "--transport",
        "stdio",
        "--dsn",
        "postgres://user:password@localhost:5432/dbname?sslmode=disable"
      ]
    },
    "dbhub-demo": {
      "command": "npx",
      "args": [
        "-y",
        "@bytebase/dbhub",
        "--transport",
        "stdio",
        "--demo"
      ]
    }
  }
}

Information

Transport
stdiostreamable
Language
TypeScript
Created
2025/3/9
Updated
2026/6/8