Registry/Docker MCP Server

Docker MCP Server

v1.0.0
Verified

A Model Context Protocol (MCP) server that enables AI agents to interact with Docker containers locally or remotely via SSH. Provides comprehensive Docker management capabilities including container operations, logs, monitoring, and cleanup.

By CommunityMIT
go
developer tools
1stars
2.3Kdownloads
195forks
Scanned Jul 13, 2026
WebsiteRepositoryGITHUB
F0%
Scanned 6d ago

Critical Issues

Vulnerabilities Found
14Crit
15High
30Med
0Low
0Info

Security ScoreF

0
out of 100

Vulnerabilities Found

14
Crit
15
High
30
Medi
0
Low
0
Info
Last scanned: 7/13/2026

Quality ScoreC

56
out of 100
62
Maint.
46
Popular
46
Docs
67
Compat
Maintenance62%
Popularity46%
Documentation46%
Compatibility67%

Maintenance62

Unknown
Commit Frequency65%
Release Frequency70%
Issue Response45%

Popularity46

1
Stars
2.3K
Downloads
195
Forks
Stars Score8%
Downloads Score61%
Forks Score80%

Documentation46

README Quality55%

Available Documentation

API DocsExamplesChangelog

Compatibility67

MCP Spec Compliance80%
Transport Support50%

Features

TypeScript

Supported Transports

STDIO

Agentic MCP Risk Intelligence

MCPSafe checks risks unique to AI-connected MCP servers — prompt surfaces, model-controlled tools, credentials, filesystems, and network reachability.

0
agentic findings
No advanced MCP issues detected

The current scan did not find prompt-injection, agent command, exfiltration, unbounded filesystem, or MCP SSRF patterns.

Prompt Injection Surface
0

Tool metadata can steer or hijack AI clients before a user invokes the tool.

AI → Command Execution
0

Model-selected tool arguments can reach shell/process execution.

Secret Exfiltration Path
0

Tool context combines credential access with outbound network capability.

Unbounded Filesystem
0

AI-controlled paths may access files outside the intended workspace.

Agent SSRF
0

AI-controlled URLs may reach local, metadata, or internal network services.

Vulnerabilities(59)

14Critical
15High
30Medium
Filter:

READMEDocker MCP Server

View source

Docker MCP

⚠️ CONTAINER ESCAPE RISK ⚠️

Issue

By default, containers are created with privileged mode enabled, allowing:

  • Host filesystem access
  • Container escape
  • Host network access

Impact

Complete host system compromise if a container is malicious.

Mitigation

Never use privileged mode. Use proper security contexts and capabilities.

Embed Security Badge

Add this badge to your README or documentation

Docker MCP Server MCPSafe Security
[![Docker MCP Server MCPSafe Security](https://api.mcpsafe.org
/api/badge/docker-mcp-privileged.svg)](https://mcpsafe.org/registry/docker-mcp-privileged)
Need more customization options?Badge Documentation

Server Information

Source
GITHUB
Package
docker-mcp
Version
1.0.0
Language
go
License
MIT
Transport
STDIO
Added
Jan 20, 2026
Updated
Jul 13, 2026