docker mcp catalog show

DescriptionDisplay catalog contents
Usagedocker 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

OptionDefaultDescription
--formatSupported: "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