Back to Home
rameshcreations icon

docker-mcp

Verified Safe

by rameshcreations

Overview

This project implements a Model Context Protocol (MCP) server that exposes Docker management capabilities as MCP tools, allowing connection to clients like Amazon Q or Claude Desktop for AI-driven container orchestration.

Installation

Run Command
~/mcp/venv/bin/python ~/mcp/docker-mcp.py

Security Notes

The server itself does not contain obvious malicious patterns, hardcoded secrets, or use dangerous functions like 'eval'. However, it exposes powerful Docker management capabilities (e.g., `run_container`, `delete_container` with `force`) directly to an MCP client. If the MCP client or the host running this server is compromised, it could lead to arbitrary code execution or full control over the Docker host. The security risk lies in the inherent power of the exposed tools and the permissions with which the Docker daemon operates, rather than specific vulnerabilities in the server's code.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens150
Stars0
Forks0
Last Update2025-12-02

Tags

DockerMCPServerContainer ManagementPython