Install the latest CloudBees Unify MCP Server early-access container images and binaries.
|
During the early-access period:
|
Download the CloudBees Unify MCP Server
To use the CloudBees Unify MCP Server, you must have the container image/binary available locally or in your cluster. The method depends on your deployment environment. Choose one of the following methods:
Download for Docker
You can download the CloudBees Unify MCP Server image from Docker Hub.
This is a multi-architecture image that will run under Docker on amd64 and arm64 CPUs.
Download native binaries
You can download precompiled native binaries for Linux, macOS, and Windows.
| OS | Link | SHA-256 | Signature |
|---|---|---|---|
Linux / Windows WSL - AMD64 |
|||
Linux / Windows WSL - ARM64 |
|||
Darwin / MacOS (Intel / AMD64) |
|||
Darwin / MacOS (Silicon / ARM64) |
|||
Windows (Intel) - legacy build, not typically required. |
|||
Windows (ARM64) - for advanced or non-standard environments. |
Verify the signature
All of CloudBees software distributions are signed using sigstore/cosign.
Refer to the following Cosign documentation for installation and signature verification steps:
Verify Docker images
After downloading the Docker image, you can verify its signature.
An exit code of 0 from cosign verify indicates that the images were verified successfully.
Verify and install native binaries
After downloading the native binary, you can verify its integrity and signature.
-
To verify the integrity, compute the SHA-256 checksum of the binary and compare it to the provided SHA-256 file.
-
To verify the signature, use Cosign as follows:
-
(Linux/macOS only) After downloading and verifying the binary, make the binary executable:
For system-wide access, move the binaries to a directory in your PATH.
Troubleshoot
The Docker container will not start
This is often caused by an invalid configuration.
Your best course of action is to find the logs for the failed Docker container launch. For example:
macOS refuses to open the native binary
macOS Gatekeeper may block the native binary from running, displaying one of these messages:
-
cannot be opened because it is from an unidentified developer -
cannot be opened because Apple cannot check it for malicious software
This happens because the binary is not notarized by Apple. However, you can verify its integrity using the SHA-256 checksum and signature verification as described in Verify and install native binaries.
To override the macOS Gatekeeper and allow the binary to run:
-
Go to .
-
Scroll down to the Security section.
-
Next to the message about the blocked binary, select Open Anyway or Allow Anyway.
-
When prompted, select Open to confirm.
Alternatively, you can use the command line to remove the quarantine attribute: