mcpbeat Sign in

Protect MCP Server

local only

Protect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

Installs / week
not published
9
Stars
2 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

 need(process.env.GITHUB_ACTIONS==='true'&&process.env.GITHUB_REPOSITORY===DEMO_REPOSITORY&&process.env.GITHUB_REF==='refs/heads/main'&&['workflow_dispatch','schedule'].includes(process.env.GITHUB_EVENT_NAME||''),'demo_trusted_workflow_required');
      execSync(`docker rm -f ${sandbox.id} 2>/dev/null`, { stdio: 'pipe' });
Reads files and sends them to the network src/hook-server.ts:29, src/cli.ts:61
import { appendFileSync, readFileSync, existsSync, readdirSync, statSync } from 'node:fs';
Touches key and credential files src/coordination-repository-coding.ts:50
…toLowerCase().split('/').some(p=>p==='node_modules'||p==='.git'||p==='.github'||p==='.env'||p.startsWith('.env.')||p==='.npmrc'||p==='.yarnrc'||p==='.netrc')&&!/\.(pem|key|p12|pfx)$/i.test(path);}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Protect MCP

same job, measured the same way
Protect MCP
by tomjwxf

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

2 489 installs/wk local only
Ccs MCP Server
by dshcorrectover

Runtime verification for agent tool calls: Ed25519 signed receipts, fail-closed RCE/SSRF checks.

552 installs/wk local only
Agent Wallet
by dingdawg

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

43 installs/wk local only
Headless Oracle MCP
by lembagang

Ed25519-signed market-state receipts for 28 exchanges. Fail-closed pre-trade gate.

42 installs/wk local only
Ccs
by correctover

Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.

local only
Verity MCP
by meloliva14

Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402.

74 installs/wk local only
Cedulon
by dogrucanemek-alt

Policy-gated agent spend with signed receipts and rail-extract audit

333 installs/wk local only
signet-eval
by jmcentire

Deterministic policy enforcement and MCP management for AI agent tool calls.

local only

Protect MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Protect MCP?
Protect MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Protect MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 9 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.