docker for VS Code
io.github.dave-london/docker
Structured Docker operations (ps, images, logs, build) as typed JSON.
client:VS Code
transport:stdio
runtime:npm
Install docker in VS Code
.vscode/mcp.json
{
"servers": {
"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