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.txtfor SHA-256 verification.- GitHub artifact attestations for release archives and checksums.
- Release provenance guide with
gh attestation verifycommands. - 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/mcpgateSee docs/RELEASE_PROVENANCE.md for full verification instructions and docs/SHOWCASE.md for the demo walkthrough.