docker mcp catalog add
内容説明 | Add a server to a catalog |
---|---|
利用方法 | docker mcp catalog add <catalog> <server-name> <catalog-file> |
内容説明
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.
オプション
オプション | デフォルト | 内容説明 |
---|---|---|
--force | カタログ内の既存サーバーを上書きします。 |
利用例
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