From c6cb0a309bdc9d52e63e8310897157f9b03eced7 Mon Sep 17 00:00:00 2001 From: dTang Date: Tue, 23 Dec 2025 18:24:17 -0500 Subject: [PATCH] docs: add MCPTrust to community projects Adds MCPTrust as a community project for securing MCP servers in CI and at runtime (lockfiles, drift detection, artifact integrity/provenance verification, deny-by-default proxy). --- docs/community-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community-projects.md b/docs/community-projects.md index 7115a0b0..a20c9b39 100644 --- a/docs/community-projects.md +++ b/docs/community-projects.md @@ -28,6 +28,7 @@ Browse the official MCP Registry in your browser! - [mcp-registry-cli](https://pypi.org/project/mcp-registry-cli/) - CLI tool to navigate the MCP registry servers - [OtherVibes/mcp-publish-action](https://github.com/OtherVibes/mcp-publish-action) - GitHub Action for publishing MCP servers to the official registry - [ToolSDK MCP Registry](https://github.com/toolsdk-ai/toolsdk-mcp-registry) - Extends the MCP Registry with **API-based MCP execution, private deployment**, and **secure sandbox isolation**. +- [MCPTrust](https://github.com/mcptrust/mcptrust) - Supply-chain and runtime enforcement for MCP servers: lockfiles, drift detection, artifact integrity/provenance checks, and deny-by-default proxying. ## Adding Your Project