Download CloudBees MCP

1 minute read

Download the latest CloudBees MCP early-access container images and binaries.

  • During the early-access period, CloudBees does not apply version numbers to these assets, opting to deliver new features and fixes faster by updating the latest version instead.

  • CloudBees recommends using these assets only in non-production environments during the early-access period.

Docker Hub

Download the CloudBees MCP image from Docker Hub.

This is a multi-architecture image that will run under Docker on amd64 and arm64 CPUs.

Native binaries

OS Link SHA256 Signature

Linux / Windows WSL - AMD64

Download

SHA256

Signature

Linux / Windows WSL - ARM64

Download

SHA256

Signature

Darwin / MacOS (Intel / AMD64)

Download

SHA256

Signature

Darwin / MacOS (Silicon / ARM64)

Download

SHA256

Signature

Windows (Intel) - legacy build, not typically required.

Download

SHA256

Signature

Windows (ARM64) - for advanced or non-standard environments.

Download

SHA256

Signature

Signature verification

All of CloudBees software distributions are signed using sigstore/cosign.

Refer to the following Cosign documentation for installation and signature verification steps:

Verify the downloads using the following commands:

$ cat > cloudbees-mcp.pub <<EOF -----BEGIN PUBLIC KEY----- MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAs6gFdCxqDM3yrXy39GjC veINWm80WfC3C6ojBWMSaNLlZkAij+SwNfCgWp7vsfMDe6MdsPf4IwGc5+YTAM4j k0uCn/hS5GkMujqhtpr3hrTJKkyhRJKfQW1gepE2Xy8pIwlwhJwrMuf5/9ElvcUb GM8jns8tSGW91k78xZIDaMFbGX0sJyhFXY7hsA/3jnq8in39xSPxAfmFqeO1DPT2 7C6AxHYvQCvg4XGPK8jw/73q0fHWD/4k4cTOjtldxdN6PSUbM9nTwRMDrGl/+Lt8 g5hXRLly3rcjKlpIeLoxbyqps0buTzn9QnA94zQECuawmXjC+FTi0HEBwpGXK8Zn lM1AougI/fuYHxG0s3Usl2AlbuuW+LKqDj7e5bOhao+Ri1q5M7nVYwHoHDoo4QsN DYTqRkTlInPUZq67oIUcnM5KrA/BrRWCJOeQSnMKOn1QQbEmwKFHbmgVn5pHLueI EXJgbSlVj2bBTwhqUrvrOt9q6zjJYUUIJ0/JDT4N7v+ZdOlsUUVbdkYwgQPj6JNv oK3COl3Ffb8jUWQMMXJGFEsfbOXkvqijkmM9mmDZYT8hblCVa0+nJO3qtTDEkfyT pgDlrhUpuezyyC/78Ol4pci1l4r6tpzzk9+jZyCI5jmC+0jvlyZElOfQ3ZOFTJPq RBMIcT74EXmNIOIO67QStmsCAwEAAQ== -----END PUBLIC KEY----- EOF $ cosign verify-blob \ --key cloudbees-mcp.pub \ --signature cloudbees-mcp.sig \ cloudbees-mcp Verified OK

Self-update

The cloudbees-mcp update command always downloads and replaces the binary, even if it is already up-to-date. Use this to ensure you are running the latest version.