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 | SHA256 | 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.
$ cat > cloudbees-unify-mcp-server-image.pub <<EOF -----BEGIN PUBLIC KEY----- MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5zmVkDnpCVKyx2BMHywG N5dbo+//NfSui89OYE1KmN4jWY1s5cifWl1Vf2OOYQE/REcLLrsBBtz+pgoc6hou jZILMU1LD6QkqZy3SlI8eXP9FauL7J301sW0EVx6i6HQErI32N8tsAGcBGolaq7L bc/8ymHQxtnj8/d3ek3zVQbOtddfves3+ZlKjTvNhyDDYT4/37+UHVyzI78J8QFe QA3aLLaiGNBbF+7OlsImlwdxbdZSLnFZWEjM6CJb6/OQ5VVfL96yY+gr9Xu6KjqE lcA38x3nWEC8YtVbA14FijvCKa4yZ2hSf0uwXLdrLGdqi5zFKrcCY6c3cyVYP05h 7yMnOolfOCMODw/0Y3499ExyB9T7Bha1FiU+GjqEvfqBrJkihRkUwAOox1kkGqB1 kzWIEmTaJe/a5I9CFzcLiNAIdwqZp1bfcuqLQGf1l32LYp+BaUj6TMG41fhAyO4B UQa26GbLEEgL4YxltkeHVfnEtQus/mApE/n5tIiElTjcEGcValospGr4VkFqviqn o8jXXmIhDhb5fNl3ETOVDT/zOXvAu1YC5tKoYpNMEOvOD+yiZYQjsu8gYYJUC+Kw /m5drPbwgFdqKak8v+VHhPvI3/7eev/a6IPpSPHVOMgvypyVFXs4vV7TjH5vCn/1 w/tOI37axvU+gaj7R4gLUCECAwEAAQ== -----END PUBLIC KEY----- EOF $ cosign verify \ --key cloudbees-unify-mcp-server-image.pub \ docker.io/cloudbees/unify-mcp-server:latest Verified OK
Verify native binaries
After downloading the native binary, you can verify its signature.