Skip to main content
Feedback

Docker MCP connector

Docker is a container registry platform for storing, managing, and distributing containerized application images. The Docker MCP connector allows AI agents to create and manage repositories, configure access controls, and organize container images within registry namespaces. It also supports tagging images, retrieving repository metadata, and managing registry settings across Docker Hub and private registries.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Docker MCP connector to perform the following actions:

  • Create Docker repositories to organize and version application container images
  • Store proprietary application images securely within isolated Docker namespaces
  • Enable development teams to push and pull container images for deployment
  • Establish image governance by centralizing Docker artifact storage and access control
  • Automate container image provisioning across development, testing, and production environments
  • Integrate Docker image repositories into continuous integration and deployment pipelines
  • Control who accesses specific Docker images through namespace-based permission management

Example prompts

Use the following example prompts to invoke Docker MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new Docker repository for our payment processing application.
  • Set up a Docker repository namespace for the customer service team.
  • Create repositories for all our microservices in Docker.
  • Build a Docker repository structure that separates staging images from production images.
  • Create a Docker repository for our internal development team to store build artifacts.
  • Set up Docker repositories to organize images by application tier.
  • Create new Docker repositories for third-party integrations.
  • Provision Docker repositories for our quarterly release cycle.
  • Create isolated Docker namespaces for each product line.

Docker MCP connector tools

The Docker MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
docker_createrepository_invokeCreates a new repository for storing and managing container images.
On this Page