Loading languages...
BY

bytebase/dbhub

@bytebase1032

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

database
mcp
sql
postgres
mysql

# mcpServer Config

{
  "mcpServers": {
    "dbhub-postgres-docker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "bytebase/dbhub",
        "--transport",
        "stdio",
        "--dsn",
        "postgres://user:password@host.docker.internal: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"
      ]
    }
  }
}

# stdio

npx @bytebase/dbhub
Transport:
stdio
語言:
TypeScript
創建時間:3/9/2025
更新時間:7/31/2025
主頁: