mcp-server-docker
450
The Docker MCP server allows users to manage Docker containers using natural language. It provides features to compose, introspect, and manage containers, volumes, networks, and images. Designed for server administrators, tinkerers, and AI enthusiasts, it expands the reach of LLM capabilities.
đ Docker MCP server
An MCP server for managing Docker with natural language!
đĒŠ What can it do?
- đ Compose containers with natural language
- đ Introspect & debug running containers
- đ Manage persistent data with Docker volumes
â Who is this for?
- Server administrators: connect to remote Docker engines.
- Tinkerers: experiment with open-source apps supporting Docker.
- AI enthusiasts: push the limits of LLM capabilities!
đ Resources
- Stats: CPU, memory, etc. for a container
- Logs: tail some logs from a container
đ¨ Tools
Containers
- list, create, run, and manage containers
Images
- list, pull, push, build, and manage images
Networks
- list, create, and remove networks
Volumes
- list, create, and remove volumes
đ§ Disclaimers
DO NOT CONFIGURE CONTAINERS WITH SENSITIVE DATA. Review created containers for security.
đ ī¸ Configuration
Connect via SSH by setting a ssh://
host URL.
đģ Development
Use Devbox for development environment configuration.