# io.github.ofershap/docker (npm · mcp-docker-server)

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

- Trust score: 65/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-docker-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/ofershap-docker/mcp-docker-server.md), [page](https://verifymcp.io/servers/ofershap-docker/mcp-docker-server)

## Channel facts

- Registry: `npm`
- Package: `mcp-docker-server`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 79/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects uuid 10.0.0, reached via dockerode > uuid. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (157 of 161), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 145 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 322 tokens (~32/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add ofershap-docker -- npx -y mcp-docker-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ofershap-docker --command npx --arg -y --arg mcp-docker-server
```

### Hermes

```yaml
mcp_servers:
  ofershap-docker:
    command: "npx"
    args: ["-y", "mcp-docker-server"]
```

### Other

```json
{
  "mcpServers": {
    "ofershap-docker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-docker-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +44)

- [security regression] CVE-2026-41907 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 46, 0)

- [functional regression] Security disclosure: unverified → fail

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (10)

### `list_containers` (~31 tokens)

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

Input parameters:

- `all` (boolean): Include stopped containers

### `container_logs` (~39 tokens)

Get logs from a Docker container.

Input parameters:

- `id` (string, required): Container ID or name
- `tail` (number): Number of lines from the end

### `start_container` (~25 tokens)

Start a stopped Docker container.

Input parameters:

- `id` (string, required): Container ID or name

### `stop_container` (~25 tokens)

Stop a running Docker container.

Input parameters:

- `id` (string, required): Container ID or name

### `restart_container` (~24 tokens)

Restart a Docker container.

Input parameters:

- `id` (string, required): Container ID or name

### `remove_container` (~43 tokens)

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

Input parameters:

- `force` (boolean): Force remove running container
- `id` (string, required): Container ID or name

### `exec_command` (~47 tokens)

Execute a command inside a running Docker container.

Input parameters:

- `command` (array, required): Command and arguments, e.g. ['ls', '-la']
- `id` (string, required): Container ID or name

### `container_stats` (~33 tokens)

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

Input parameters:

- `id` (string, required): Container ID or name

### `list_images` (~15 tokens)

List Docker images on the host.

### `remove_image` (~40 tokens)

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

Input parameters:

- `force` (boolean): Force remove
- `id` (string, required): Image ID or tag

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/ofershap-docker/mcp-docker-server#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/mcp-docker-server
- Socket report: https://socket.dev/npm/package/mcp-docker-server
- Repository: https://github.com/ofershap/mcp-server-docker
- Changelog RSS feed: https://verifymcp.io/servers/ofershap-docker/mcp-docker-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ofershap-docker/mcp-docker-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ofershap-docker/mcp-docker-server
