~/.config/claude-code/mcp_config.json
{ "mcpServers": { "dbhub": { "command": "npx", "args": [ "@bytebase/dbhub", "--transport", "stdio", "--dsn", "postgres://user:password@localhost:5432/dbname" ] } } }
claude