Skip to content

v1.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:12
· 19 commits to main since this release
v1.4.3
a5633f4

MCP-GATE is now open-source launch ready.

MCP tools make AI agents useful, but they also create a new privilege boundary. mcpgate is a zero-trust gateway for the Model Context Protocol: it sits between an agent and an MCP server, evaluates sensitive calls against a deny-by-default YAML policy, writes an audit record before forwarding, and can park risky calls for human approval.

What is included

  • Public issue templates, code of conduct, README badges, and launch announcement copy.
  • Release binaries for Linux, macOS, and Windows on amd64/arm64.
  • checksums.txt for SHA-256 verification.
  • GitHub artifact attestations for release archives and checksums.
  • Release provenance guide with gh attestation verify commands.
  • 60-second narrated showcase video and demo GIF assets.

Verify a binary

shasum -a 256 -c checksums.txt --ignore-missing
gh attestation verify ./mcpgate_1.4.3_darwin_arm64.tar.gz --repo maksym-mishchenko/mcpgate

See docs/RELEASE_PROVENANCE.md for full verification instructions and docs/SHOWCASE.md for the demo walkthrough.