Skip to content

mcp docker release information for Cursor

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

MCP server providing Docker Desktop release notes and security information.

client:Cursor transport:stdio runtime:oci

Install mcp docker release information in Cursor

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

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

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

mcp docker release information in other clients