docker mcp catalog add

DescriptionAdd a server to a catalog
Usagedocker mcp catalog add <catalog> <server-name> <catalog-file>

Description

Add an MCP server definition to an existing catalog by copying it from another catalog file. The server definition includes all configuration, tools, and metadata.

Options

OptionDefaultDescription
--forceOverwrite existing server in the catalog

Examples

Add a server from another catalog file

docker mcp catalog add my-catalog github-server ./github-catalog.yaml

Add with force to overwrite existing server

docker mcp catalog add my-catalog slack-bot ./team-catalog.yaml --force