Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.ofershap/docker

NPM · MCP-DOCKER-SERVER · SCANNED AUG 3

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

Available components

+19 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security79
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 10.0.0, reached via dockerode > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (157 of 161), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 322 tokens (~32/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-docker-server

# add to Claude Code
claude mcp add ofershap-docker -- npx -y mcp-docker-server
# add to Codex CLI
codex mcp add ofershap-docker -- npx -y mcp-docker-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ofershap-docker": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-docker-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ofershap-docker --command npx --arg -y --arg mcp-docker-server
# ~/.hermes/config.yaml
mcp_servers:
  ofershap-docker:
    command: "npx"
    args: ["-y", "mcp-docker-server"]
// mcp.json
{
  "mcpServers": {
    "ofershap-docker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-docker-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • CVE-2026-41907 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 0
    • Security disclosure: unverified → fail functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
Dependencies 157 packages

157 packages in the resolved dependency tree · 156 deprecated · 55 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 10 exposed · ~322 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
container_logs ~39

Get logs from a Docker container.

NameTypeReqDescription
idstringyesContainer ID or name
tailnumberNumber of lines from the end

No output schema declared.

No examples provided.

container_stats ~33

Get CPU, memory, and network stats for a running Docker container.

NameTypeReqDescription
idstringyesContainer ID or name

No output schema declared.

No examples provided.

exec_command ~47

Execute a command inside a running Docker container.

NameTypeReqDescription
commandarrayyesCommand and arguments, e.g. ['ls', '-la']
idstringyesContainer ID or name

No output schema declared.

No examples provided.

list_containers ~31

List Docker containers. Set all=true to include stopped containers.

NameTypeReqDescription
allbooleanInclude stopped containers

No output schema declared.

No examples provided.

list_images ~15

List Docker images on the host.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_container ~43

Remove a Docker container. Use force=true to remove running containers.

NameTypeReqDescription
forcebooleanForce remove running container
idstringyesContainer ID or name

No output schema declared.

No examples provided.

remove_image ~40

Remove a Docker image. Use force=true to force removal.

NameTypeReqDescription
forcebooleanForce remove
idstringyesImage ID or tag

No output schema declared.

No examples provided.

restart_container ~24

Restart a Docker container.

NameTypeReqDescription
idstringyesContainer ID or name

No output schema declared.

No examples provided.

start_container ~25

Start a stopped Docker container.

NameTypeReqDescription
idstringyesContainer ID or name

No output schema declared.

No examples provided.

stop_container ~25

Stop a running Docker container.

NameTypeReqDescription
idstringyesContainer ID or name

No output schema declared.

No examples provided.