From e7779c2031891aff5000d9839f81d29fdfc78cc6 Mon Sep 17 00:00:00 2001 From: Yves Habchi Date: Wed, 12 Aug 2026 20:14:29 +0300 Subject: [PATCH] docs: add mcp-server-audit to Community Projects --- docs/community-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community-projects.md b/docs/community-projects.md index a177ad010..145c6f32c 100644 --- a/docs/community-projects.md +++ b/docs/community-projects.md @@ -36,6 +36,7 @@ Self-hostable servers that implement the MCP Registry API specification. - [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 - [polygraph](https://polygraph.so) - Independent behavioral security grades (A–F) for MCP servers from an open, reproducible harness, published as an adoption-ranked index with per-server reports +- [mcp-server-audit](https://github.com/Yveshby27/mcp-server-audit) - Pre-install validation CLI for MCP servers. Runs 4 install-time checks (handshake, descriptor, capabilities, tool schemas) against any server before adding it to your client config. ## Adding Your Project