This MCP server, developed by ckreiling, provides seamless integration with Docker containers. It implements a Python-based interface for managing containers, images, networks, and volumes through the Docker SDK. The server exposes tools for common Docker operations like creating, running, and removing containers, as well as fetching logs and stats. By leveraging natural language processing, it enables AI assistants to easily compose and manage Docker deployments through conversational interactions. The implementation is particularly useful for scenarios requiring dynamic container orchestration, such as deploying microservices, setting up development environments, or managing containerized applications through natural language commands to an AI assistant. The server focuses on core Docker functionality while prioritizing safety by restricting access to sensitive options.
No reviews yet. Be the first to review!
Sign in to join the conversation
List all containers on the Docker server.
Create a new container with specified configurations.
Run a specified container.
Recreate a container based on its current configuration.
Start a stopped container.
Retrieve logs from a specified container.
Stop a running container.
Remove a specified container from the Docker server.
List all Docker images available on the server.
Pull a Docker image from a registry.
Push a Docker image to a registry.
Build a Docker image from a specified Dockerfile.
Remove a specified Docker image from the server.
List all Docker networks available on the server.
Create a new Docker network.
Remove a specified Docker network.
List all Docker volumes available on the server.
Create a new Docker volume.
Remove a specified Docker volume.