docker for VS Code
io.github.rog0x/docker
Docker container management and Dockerfile analysis
client:VS Code
transport:stdio
runtime:npm
Install docker in VS Code
.vscode/mcp.json
{
"servers": {
"docker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-docker-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs