Download mcpgw
mcpgw is self-hosted and proprietary — the binary is free to download and run under a free Community license. Source is not published. Latest release: v0.6.0.
Run with Docker
docker pull ghcr.io/seanfraserio/mcpgw:0.6.0
# or
docker pull ghcr.io/seanfraserio/mcpgw:latest You need a free Community license JWT to start the gateway — get one here.
Binaries
v0.6.0 latest 2026-06-27
- Linux · x86_64
.tar.gz - Linux · arm64
.tar.gz - macOS · Apple Silicon
.tar.gz - macOS · Intel
.tar.gz
Verify (cosign)
Release checksums are cosign-signed (keyless, via GitHub Actions OIDC). Verify before running:
# verify the signed checksums for v0.6.0 — identity is the release workflow
cosign verify-blob \
--certificate-identity "https://github.com/seanfraserio/mcpgw/.github/workflows/release.yml@refs/tags/v0.6.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
--signature https://rivano.ai/mcpgw/releases/download/v0.6.0/checksums.txt.sig \
--certificate https://rivano.ai/mcpgw/releases/download/v0.6.0/checksums.txt.pem \
https://rivano.ai/mcpgw/releases/download/v0.6.0/checksums.txt
# then check your downloaded artifact against checksums.txt
sha256sum -c checksums.txt --ignore-missing Production use requires a Team or Enterprise license — see pricing. mcpgw is proprietary; the binary is free under the Community license. See the quickstart.