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.Dave-London/pare-docker

NPM · @PARETOOLS/DOCKER · SCANNED AUG 3

Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.

Available components

+30 this week 76 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Dave-London/Pare). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1485 tokens (~114/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · @paretools/docker

# add to Claude Code
claude mcp add dave-london-pare-docker -- npx -y @paretools/docker
# add to Codex CLI
codex mcp add dave-london-pare-docker -- npx -y @paretools/docker
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dave-london-pare-docker": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@paretools/docker"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dave-london-pare-docker --command npx --arg -y --arg @paretools/docker
# ~/.hermes/config.yaml
mcp_servers:
  dave-london-pare-docker:
    command: "npx"
    args: ["-y", "@paretools/docker"]
// mcp.json
{
  "mcpServers": {
    "dave-london-pare-docker": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/docker"
      ]
    }
  }
}
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 +50
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: Dave-London/Pare security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass 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
  • 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/@paretools/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
Dave-London/Pare
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/Dave-London/Pare/.github/workflows/release.yml@refs/heads/main
Rekor log index:
952352676
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:8c797059f0c6009c5043a2bc94f2822f7aa330bf8036dd18a842e59f7c97f03a4192c0f405e3939b0b0ae74245103ba527ef435709bd8e7dd843b7101
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

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

MCP tools — 13 exposed · ~1,436 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
build ~118

Builds a Docker image and returns structured build results including image ID, duration, and errors. Use instead of running `docker build` in the terminal.

NameTypeReqDescription
argsarrayAdditional build arguments
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
filestringDockerfile path (default: Dockerfile)
pathstringBuild context path (default: cwd)
tagstringImage tag (e.g., myapp:latest)
NameTypeReqDescription
durationnumberyes
errorsarrayyes
imageIdstring
stepsnumber
successbooleanyes

No examples provided.

compose-down ~114

Stops Docker Compose services and returns structured status. Use instead of running `docker compose down` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
filestringCompose file path (default: docker-compose.yml)
pathstringyesDirectory containing docker-compose.yml
removeOrphansbooleanRemove orphan containers (default: false)
volumesbooleanAlso remove named volumes (default: false)
NameTypeReqDescription
removednumberyes
stoppednumberyes
successbooleanyes

No examples provided.

compose-ps ~74

Lists Docker Compose services with structured state and status information. Use instead of running `docker compose ps` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
pathstringDirectory containing docker-compose.yml (default: cwd)
NameTypeReqDescription
servicesarrayyes
totalnumberyes

No examples provided.

compose-up ~127

Starts Docker Compose services and returns structured status. Use instead of running `docker compose up` in the terminal.

NameTypeReqDescription
buildbooleanBuild images before starting (default: false)
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
detachbooleanRun in background (default: true)
filestringCompose file path (default: docker-compose.yml)
pathstringyesDirectory containing docker-compose.yml
servicesarraySpecific services to start (default: all)
NameTypeReqDescription
servicesarrayyes
startednumberyes
successbooleanyes

No examples provided.

exec ~147

Executes arbitrary commands inside a running Docker container and returns structured output. Use instead of running `docker exec` in the terminal. WARNING: This runs arbitrary commands inside the container. Only use on trusted containers.

NameTypeReqDescription
commandarrayyesCommand to execute (e.g., ["ls", "-la"])
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
containerstringyesContainer name or ID
envarrayEnvironment variables (e.g., ["KEY=VALUE"])
pathstringHost working directory (default: cwd)
workdirstringWorking directory inside the container
NameTypeReqDescription
exitCodenumberyes
stderrstringyes
stdoutstringyes
successbooleanyes

No examples provided.

images ~94

Lists Docker images with structured repository, tag, size, and creation info. Use instead of running `docker images` in the terminal.

NameTypeReqDescription
allbooleanShow all images including intermediates
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
filterstringFilter by reference (e.g., 'myapp', 'nginx:*')
NameTypeReqDescription
imagesarrayyes
totalnumberyes

No examples provided.

inspect ~88

Shows detailed container or image information with structured state, image, and platform data. Use instead of running `docker inspect` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
pathstringWorking directory (default: cwd)
targetstringyesContainer or image name/ID to inspect
NameTypeReqDescription
createdstringyes
idstringyes
imagestringyes
namestringyes
platformstring
stateobjectyes

No examples provided.

logs ~134

Retrieves container logs as structured line arrays. Use instead of running `docker logs` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
containerstringyesContainer name or ID
limitnumberMax lines in structured output (default: 100). Lines beyond this are truncated with isTruncated flag.
sincestringShow logs since timestamp (e.g., '10m', '2024-01-01')
tailnumberNumber of lines to return (default: 100)
NameTypeReqDescription
containerstringyes
isTruncatedboolean
linesarrayyes
totalnumberyes
totalLinesnumber

No examples provided.

network-ls ~70

Lists Docker networks with structured driver and scope information. Use instead of running `docker network ls` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
pathstringWorking directory (default: cwd)
NameTypeReqDescription
networksarrayyes
totalnumberyes

No examples provided.

ps ~74

Lists Docker containers with structured status, ports, and state information. Use instead of running `docker ps` in the terminal.

NameTypeReqDescription
allbooleanShow all containers (default: true, includes stopped)
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
NameTypeReqDescription
containersarrayyes
runningnumberyes
stoppednumberyes
totalnumberyes

No examples provided.

pull ~120

Pulls a Docker image from a registry and returns structured result with digest info. Use instead of running `docker pull` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
imagestringyesImage to pull (e.g., nginx:latest, ubuntu:22.04)
pathstringWorking directory (default: cwd)
platformstringTarget platform (e.g., "linux/amd64", "linux/arm64")
NameTypeReqDescription
digeststring
imagestringyes
successbooleanyes
tagstringyes

No examples provided.

run ~202

Runs a Docker container from an image and returns structured container ID and status. Use instead of running `docker run` in the terminal.

NameTypeReqDescription
commandarrayCommand to run in the container
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
detachbooleanRun container in background (default: true)
envarrayEnvironment variables (e.g., ["KEY=VALUE"])
imagestringyesDocker image to run (e.g., nginx:latest)
namestringContainer name
pathstringWorking directory (default: cwd)
portsarrayPort mappings (e.g., ["8080:80", "443:443"])
rmbooleanRemove container after exit (default: false)
volumesarrayVolume mounts (e.g., ["/host/path:/container/path"])
NameTypeReqDescription
containerIdstringyes
detachedbooleanyes
imagestringyes
namestring

No examples provided.

volume-ls ~74

Lists Docker volumes with structured driver, mountpoint, and scope information. Use instead of running `docker volume ls` in the terminal.

NameTypeReqDescription
compactbooleanAuto-compact when structured output exceeds raw CLI tokens. Set false to always get full schema.
pathstringWorking directory (default: cwd)
NameTypeReqDescription
totalnumberyes
volumesarrayyes

No examples provided.