Skip to content
Cursor

docker for Cursor

io.github.dave-london/docker

Structured Docker operations (ps, images, logs, build) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install docker in Cursor

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

{
  "mcpServers": {
    "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

docker in other clients