Then please, desribe what was the problem. You can create your own catalog like
docker mcp catalog create my-catalog
And add your server
docker mcp catalog add --help
Docker MCP Toolkit's CLI - Manage your MCP servers and clients.
Usage: docker mcp catalog add <catalog> <server-name> <catalog-file>
Flags:
--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
What is in your yaml file?. Have you looked for the meaning of the error message? If you share a code or terminal output, please, donāt use quotes. Use code blocks. Some help: How to format your forum posts
Totally agree that the CLI is a solid option for managing custom servers.
I was wondering, though: Does Docker Desktop also allow you to manage custom catalog servers directly in the UI?
Use Case: Weāre looking at this for some enterprise and personal group projects where we have to keep our images private and canāt push them to a public registry.
Being able to manage integrations directly in the UI would be a fantastic help, especially for teammates who arenāt developers but still need to handle things like complex configurations or OAuth.