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