docker-mcp

docker-mcp

283

docker-mcp is a Model Context Protocol server designed to facilitate Docker container and Docker Compose stack management, offering features like container creation and log retrieval. It seamlessly integrates with Claude AI, providing robust tools for Docker administrators and developers.

What are the prerequisites for using docker-mcp?

You need UV (package manager), Python 3.12+, Docker Desktop or Docker Engine, and Claude Desktop.

How do I install docker-mcp using Smithery?

Use the command npx @smithery/cli install docker-mcp --client claude to install docker-mcp for Claude Desktop.

Can docker-mcp manage Docker networks and volumes?

Currently, docker-mcp does not support network and volume management.

How can I retrieve logs from a Docker container using docker-mcp?

Use the get-logs tool with the container name to retrieve logs from a specific Docker container.

Is there a way to monitor the status of Docker containers with docker-mcp?

Yes, you can use the list-containers tool to list and monitor the status of all Docker containers.