🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@paretools/docker

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paretools/docker

MCP server for Docker — structured container, image, and compose data for AI agents

latest
Source
npmnpm
Version
0.22.0
Version published
Weekly downloads
440
187.58%
Maintainers
1
Weekly downloads
 
Created
Source

@paretools/docker

npm License: MIT

Structured, token-efficient Docker output for AI agents. Up to 95% fewer tokens than raw docker CLI output.

Part of the Pare suite of MCP servers.

Tools (9)

ToolDescription
psList containers with status, ports, and state
buildBuild image, returns image ID, duration, and errors
logsRetrieve container logs as structured line arrays
imagesList images with repository, tag, and size info
runRun a container from an image with structured result
execExecute a command in a running container
compose-upStart Docker Compose services with structured status
compose-downStop Docker Compose services with structured status
pullPull an image from a registry with digest info

Quick Start

npx -y @paretools/docker

Add to your MCP client config:

{
  "mcpServers": {
    "pare-docker": {
      "command": "npx",
      "args": ["-y", "@paretools/docker"]
    }
  }
}

Example

ps output:

{
  "containers": [
    {
      "id": "abc123",
      "name": "my-app",
      "image": "node:22-alpine",
      "state": "running",
      "status": "Up 2 hours",
      "ports": ["0.0.0.0:3000->3000/tcp"]
    }
  ]
}

All Pare Servers (244 tools)

PackageToolsWraps
@paretools/gitstatus, log, diff, branch, show, add, commit, push, pull, checkoutgit
@paretools/testrun, coveragepytest, jest, vitest, mocha
@paretools/npminstall, audit, outdated, list, run, test, initnpm
@paretools/buildtsc, build, esbuild, vite-build, webpacktsc, esbuild, vite, webpack
@paretools/lintlint, format-check, prettier-format, biome-check, biome-formateslint, prettier, biome
@paretools/pythonpip-install, mypy, ruff-check, pip-audit, pytest, uv-install, uv-run, blackpip, mypy, ruff, pytest, uv, black
@paretools/dockerps, build, logs, images, run, exec, compose-up, compose-down, pulldocker, docker compose
@paretools/cargobuild, test, clippy, run, add, remove, fmt, doc, checkcargo
@paretools/gobuild, test, vet, run, mod-tidy, fmt, generatego, gofmt

Compatible Clients

Works with any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code / GitHub Copilot, Cline, Roo Code, Zed, Continue.dev, Gemini CLI, OpenAI Codex

License

MIT

Keywords

mcp

FAQs

Package last updated on 29 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts