container-manager-mcp
Verified Safeby Sunako26
Overview
Manages Docker, Podman, and Docker Swarm containers via a centralized Multi-Agent Communication Protocol (MCP) server for Agentic AI.
Installation
container-manager-mcp --transport http --host 0.0.0.0 --port 8000Environment Variables
- CONTAINER_MANAGER_TYPE
- CONTAINER_MANAGER_SILENT
- CONTAINER_MANAGER_LOG_FILE
- CONTAINER_MANAGER_PODMAN_BASE_URL
- WSL_DISTRO_NAME
Security Notes
The server allows external agents to execute powerful container management commands, including running arbitrary images and executing commands inside containers. While the code itself does not show obvious internal vulnerabilities like 'eval' or hardcoded secrets, the inherent capabilities grant high privileges. If the MCP server or an agent connected to it is compromised, it could lead to significant control over the host's container environment. Deployment security (network isolation, trusted agents) is critical.
Similar Servers
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
AgentUp
A developer-first framework for building, deploying, and managing AI agents, bringing Docker-like consistency and operational ease to AI agent development.
2ly
Skilder is an infrastructure layer for AI agent tooling, providing a private tool registry and embedded runtimes for integrating with various agent frameworks and custom tools.
podman-mcp-server
A Model Context Protocol (MCP) server that enables AI assistants to interact with container runtimes like Podman and Docker for container management tasks.