Skip to content

mcp docker release information for Zed

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

MCP server providing Docker Desktop release notes and security information.

client:Zed transport:stdio runtime:oci

Install mcp docker release information in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp docker release information in other clients