Quick Start | Architecture | Specification | Changelog
Developer Preview — launching at Confidential Computing Summit, June 23 2026.
Hardware-attested policy enforcement for MCP tool calls. cMCP intercepts every tool call, evaluates it against a Cedar policy bundle, and enforces the decision inside a Trusted Execution Environment (TEE). The policy bundle hash is measured into the hardware attestation report before any code runs — the control plane governing tool calls runs where it cannot be reached by the process it governs.
Every tool call produces a signed TRACE record: cryptographic proof of what ran, under which policy, in which TEE.
pip install cmcp-runtime# cmcp-config.yaml
attestation:
platform: amd-sev-snp
policy:
bundle: ./policy.tar.gz
enforcement_mode: enforcecmcp start --config cmcp-config.yaml| 📖 Full documentation | cmcp.agentrust-io.com |
| 📄 Specification | docs/spec/ |
| 🔑 Cedar policies | examples/policies/ |
| 🔗 TRACE attestation | trace-spec |
| 🐳 Docker | Dockerfile |
| 💬 Discussions | GitHub Discussions |
| 📋 Changelog | CHANGELOG.md |
See CONTRIBUTING.md and GOVERNANCE.md.