Skip to content

Download

  1. Choose a release

  2. Choose a platform

    PlatformLinux
    Architectureamd64arm64
  3. Download and verify

    aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gzLinux · amd64 · 10.3 MB.sha256.sha256.sig
    Download
    Verify this downloadsha256 + gpg
    1. Fetch the artifact and its sidecars

      Every release ships a bare-hash checksum and a detached GPG signature over that checksum.

      curl -O https://releases.aembit.io/mcp_gateway/1.28.4136/linux/amd64/aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz
      curl -O https://releases.aembit.io/mcp_gateway/1.28.4136/linux/amd64/aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz.sha256
      curl -O https://releases.aembit.io/mcp_gateway/1.28.4136/linux/amd64/aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz.sha256.sig
    2. Import Aembit’s signing key

      One time per machine.

      curl -sS https://keybase.io/aembit/pgp_keys.asc | gpg --import
    3. Check the signature on the checksum

      This proves the checksum came from Aembit and was not altered in transit.

      gpg --verify aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz.sha256.sig aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz.sha256
      gpg: Signature made …
      gpg: Good signature from "Aembit, Inc. <keybase@aembit.io>" [unknown]
      Primary key fingerprint: EA3D 8D2F DAC6 BD81 3716  3D00 D655 E647 29BC 67D7
    4. Compare the artifact against the checksum

      These files hold a bare hash with no filename, so shasum -c needs the two-column form rebuilt first.

      echo "$(cat aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz.sha256)  aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz" | shasum -a 256 -c -
      aembit_mcp_gateway_linux_amd64_1.28.4136.tar.gz: OK
    Expected digest
    069abe88bcb439aa828ba4c388ecfdf62aee1cd675dc00412087bfd4ac3bb217

All releases

11 MCP Identity Gateway releases in total. Select a version to update the steps above.

VersionReleasedNotesLinux amd64Linux arm64
1.34.5733latest2026-08-18Configurable fanout timeouts and nine new Prometheus metrics
1.33.56542026-08-07Broader Content Security inspection coverage and a single workload event per inspection decision
1.33.55472026-07-28Separate liveness and readiness health endpoints and upstream reconnection improvements
1.32.50982026-06-29Workload event correlation with Client Workload and Server Workload identity in events, session IDs bound to the authenticated user, and optional session persistence across restarts
1.32.50062026-06-04MCP protocol ping support and full authorization chain in workload events
1.31.49552026-05-19Session deletion, MCP-level error metrics, and application-specific Prometheus metrics
1.30.45492026-04-03Auth-first enforcement, tool annotations, metrics endpoint, session management improvements, and Claude compatibility fixes
1.30.45422026-03-26Route tools/call after a gateway restart for clients that reuse a cached tool list
1.30.45302026-03-25Skip resource fanout for MCP servers that do not support resources; omit null _meta values in tool responses for Claude compatibility; add a WWW-Authenticate header with the resource metadata URL to 401 responses
1.29.44192026-03-19Add MCP resource support (resources/list and resources/read)
1.28.41362026-01-27Initial limited beta release