docker mcp catalog import
Description | Import a catalog from URL or file |
---|---|
Usage | docker mcp catalog import <alias|url|file> |
Description
Import an MCP server catalog from a URL or local file. The catalog will be downloaded and stored locally for use with the MCP gateway.
When --mcp-registry flag is used, the argument must be an existing catalog name, and the command will import servers from the MCP registry URL into that catalog.
Options
Option | Default | Description |
---|---|---|
--dry-run | Show Imported Data but do not update the Catalog | |
--mcp-registry | Import server from MCP registry URL into existing catalog |
Examples
Import from URL
docker mcp catalog import https://example.com/my-catalog.yaml
Import from local file
docker mcp catalog import ./shared-catalog.yaml
Import from MCP registry URL into existing catalog
docker mcp catalog import my-catalog --mcp-registry https://registry.example.com/server