Parent issue: #59
Goal
Get swarm-provenance-mcp listed in the Docker MCP Catalog so it appears in Docker Desktop's MCP Toolkit for one-click install.
Approach: Docker-Built (Recommended)
Docker builds, signs, and hosts the image under the mcp/ namespace on Docker Hub. This gives us:
- Cryptographic signatures and provenance tracking
- Software Bills of Materials (SBOMs)
- Automatic security updates
- Image hosted at
mcp/swarm-provenance-mcp (no Docker Hub account needed)
Platform support
The image is built for linux/amd64 and linux/arm64. This covers:
- Linux — native on both x86_64 and ARM64
- macOS — Docker Desktop runs Linux containers (ARM64 native on Apple Silicon, amd64 via emulation on Intel)
- Windows — Docker Desktop runs Linux containers via WSL2/Hyper-V (linux/amd64)
No Windows-native container is needed — Docker Desktop on Windows uses Linux containers by default, which is the standard for MCP servers.
Tasks
1. Submit to Docker MCP Registry
2. Verify Docker Desktop integration
Status
PR: docker/mcp-registry#1566 — open, awaiting Docker team review. Updated with duration-based API (duration_hours/size).
Reference
Acceptance Criteria
Parent issue: #59
Goal
Get swarm-provenance-mcp listed in the Docker MCP Catalog so it appears in Docker Desktop's MCP Toolkit for one-click install.
Approach: Docker-Built (Recommended)
Docker builds, signs, and hosts the image under the
mcp/namespace on Docker Hub. This gives us:mcp/swarm-provenance-mcp(no Docker Hub account needed)Platform support
The image is built for linux/amd64 and linux/arm64. This covers:
No Windows-native container is needed — Docker Desktop on Windows uses Linux containers by default, which is the standard for MCP servers.
Tasks
1. Submit to Docker MCP Registry
server.yamllooks correct (image should bemcp/swarm-provenance-mcp)docker/mcp-registry2. Verify Docker Desktop integration
Status
PR: docker/mcp-registry#1566 — open, awaiting Docker team review. Updated with duration-based API (duration_hours/size).
Reference
DockerfileinmainbranchAcceptance Criteria
mcp/swarm-provenance-mcpon Docker Hub (built by Docker)