d

dbhub1

gaodihe/dbhub1
0 Stars 11 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "dbhub-postgres-docker": {
      "args": [
        "run",
        "-i",
        "--rm",
        "bytebase/dbhub",
        "--transport",
        "stdio",
        "--dsn",
        "postgres://user:password@host.docker.internal:5432/dbname?sslmode=disable"
      ],
      "command": "docker"
    }
  }
}

服务介绍

测试

相关 MCP 服务