docker mcp catalog show
| Description | Display catalog contents |
|---|---|
| Usage | docker mcp catalog show [name] |
Description
Display the contents of a catalog including all server definitions and metadata. If no name is provided, shows the Docker official catalog.
Options
| Option | Default | Description |
|---|---|---|
--format | Supported: "json", "yaml". |
Examples
Show Docker's official catalog
docker mcp catalog show
Show a specific catalog in JSON format
docker mcp catalog show my-catalog --format=json