# docker mcp catalog ls

**Description:** List all configured catalogs

**Usage:** `docker mcp catalog ls`










## Description

List all configured catalogs including Docker's official catalog and any locally managed catalogs.



## Options

| Option | Default | Description |
|--------|---------|-------------|
| `--format` |  |  Output format. Supported: "json", "yaml". |



## Examples

  # List all catalogs
  docker mcp catalog ls

  # List catalogs in JSON format
  docker mcp catalog ls --format=json



