Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Organizations using cMCP in production or evaluation are listed here.

Project funding and in-kind support are recognized separately in
[SPONSORS.md](SPONSORS.md). Sponsorship does not imply adoption, governance
authority, or ownership of the project.

To add yours, open a PR adding a line with your organization, the use case, and the month you started. Anything you are not able to say publicly, leave out; a one-line entry is worth more than a case study you have to get approved.

If you are running cMCP but cannot be named, we would still like to hear where it bends: open a [Discussion](https://github.com/orgs/agentrust-io/discussions) or contact the maintainers listed in [MAINTAINERS.md](MAINTAINERS.md).
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Privacy

cMCP is a self-hosted gateway that you deploy and operate. agentrust-io and OPAQUE run no service on your behalf and receive no data from your deployment: cMCP sends no telemetry, analytics, or usage data to us.
cMCP is a self-hosted gateway that you deploy and operate. The cMCP project runs no service on your behalf and receives no data from your deployment: cMCP sends no telemetry, analytics, or usage data to the project.

What cMCP processes: as an MCP gateway, cMCP handles the MCP requests and responses that pass through it in order to enforce policy and produce attestation. This traffic is processed inside the trusted execution environment (TEE) you run and is governed by your own configuration and your privacy commitments to your users. cMCP is designed so that a privileged operator cannot silently exfiltrate this data.

Expand Down
20 changes: 20 additions & 0 deletions SPONSORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sponsors

cMCP is an open-source AgenTrust project governed through its published
project processes. Sponsors provide funding, engineering time, infrastructure,
or other in-kind support. Sponsorship does not confer project ownership,
governance authority, or control over technical decisions.

## Current sponsors

### OPAQUE Systems

Founding engineering and infrastructure sponsor, and contributor to the
project's confidential-computing integrations.

## Recognition policy

Sponsor recognition records support for the project. Adopters are listed
separately in [ADOPTERS.md](ADOPTERS.md), maintainers in
[MAINTAINERS.md](MAINTAINERS.md), and governance roles in
[GOVERNANCE.md](GOVERNANCE.md).
10 changes: 10 additions & 0 deletions docs/sponsors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Sponsors

cMCP is an open-source AgenTrust project. Sponsors support the project without
receiving project ownership or governance authority.

OPAQUE Systems is recognized as a founding engineering and infrastructure
sponsor and as a contributor to the project's confidential-computing
integrations.

See the repository's [sponsor policy and recognition page](https://github.com/agentrust-io/cmcp/blob/main/SPONSORS.md) for details.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ nav:
- Hardware Validation: testing/hardware-validation.md
- Project:
- Limitations: limitations.md
- Sponsors: sponsors.md
- Changelog: https://github.com/agentrust-io/cmcp/blob/main/CHANGELOG.md
- Contributing: https://github.com/agentrust-io/cmcp/blob/main/CONTRIBUTING.md
- Governance: https://github.com/agentrust-io/cmcp/blob/main/GOVERNANCE.md
Expand Down