Docker container management and Dockerfile analysis
Docker management tools for AI agents, built on the Model Context Protocol. Provides five tools for inspecting containers, images, Dockerfiles, and Compose configurations — all accessible to LLMs through MCP. ------|-------------| | List running or all containers with status, ports, image, created time, and resource usage (CPU, memory, network/block I/O) | | List Docker images with size, tags,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Docker management tools for AI agents, built on the Model Context Protocol. Provides five tools for inspecting containers, images, Dockerfiles, and Compose configurations — all accessible to LLMs through MCP. ------|-------------| | List running or all containers with status, ports, image, created time, and resource usage (CPU, memory, network/block I/O) | | List Docker images with size, tags, created date, and layer count | | Analyze a Dockerfile for best practices: multi-stage builds,…