Skip to content

mcp docker release information for VS Code

io.github.dockersamples/mcp-docker-release-information

MCP server providing Docker Desktop release notes and security information.

client:VS Code transport:stdio runtime:oci

Install mcp docker release information in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-docker-release-information": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/dockersamples/mcp-docker-release-information:0.3.0"
      ]
    }
  }
}

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

mcp docker release information in other clients