Skip to content
VS Code

pare docker for VS Code

io.github.dave-london/pare-docker

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

client:VS Code transport:stdio runtime:npm

Install pare docker in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pare docker in other clients