Skip to content
Cursor

pare docker for Cursor

io.github.dave-london/pare-docker

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

client:Cursor transport:stdio runtime:npm

Install pare docker in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pare docker in other clients