docker mcp catalog add

Description Add a server to a catalog
Usage docker 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

Option Default Description
--force Overwrite 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