Docker MCP Server
Related Servers
Alternatives to Docker MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to manage Docker containers, images, volumes, networks, and Compose projects through natural language, with secret masking and destructive action grants.3Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Docker containers, deploy stacks, and monitor services across multiple Docker hosts from one centralized location. Supports container lifecycle management, Docker Compose operations, and infrastructure orchestration through natural language commands.6MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to interact with Docker containers through safe, permission-controlled access to inspect, manage, and diagnose containers, images, and compose services with built-in timeouts and AI-powered analysis.-
- AlicenseNot gradedqualityDmaintenanceEnables natural language management of Docker containers, images, networks, and volumes with support for both local and remote Docker engines. Features automated container composition, debugging capabilities, and persistent data management through an intuitive conversational interface.GPL 3.0
- AlicenseBqualityDmaintenanceEnables AI assistants to manage Docker containers and Kubernetes resources through natural language, supporting operations like container management, image building, and pod/deployment/service management.9MIT
- AlicenseBqualityDmaintenanceEnables natural language interaction with Docker commands and operations. Supports container management, image operations, system information, and Docker Compose through conversational requests.1475 npm1MIT
TDQS
Scored across 21 tools
Each tool has a clear, distinct purpose. Compose tools (e.g., compose_config, compose_down) handle separate stack operations, and container lifecycle tools (list_containers, start_container, stop_container, etc.) are each focused on specific tasks. No two tools overlap in function.
Naming is mixed: some tools follow a verb_noun pattern (list_containers, start_container), while others are noun_verb (compose_down, container_logs) or atypical (about, disk_usage). This inconsistency may cause confusion for agents trying to predict tool names.
21 tools is well-scoped for a Docker management server. It covers container lifecycle, Compose stacks, system info, and utilities without being overly numerous or sparse.
Core container and Compose operations are covered, but notable gaps exist: no volume create/remove, no network create/remove, no image build or generic pull, and no exec/run command. This limits the ability to perform some common Docker workflows.