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. 2 489 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 757 · avg 142 · -17% w/w
a month agotoday
2 489
Installs / week
npm · protect-mcp
9
Stars
2 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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.

    this.child = spawn(command, args, { stdio: ['pipe', 'pipe', 'pipe'], env: childEnv });
Reads files and sends them to the network src/cli.ts:60, src/hook-server.ts:29
import { readFileSync as readFileSyncCli, existsSync as existsSyncCli, appendFileSync as appendFileSyncCli, mkdirSync as mkdirSyncCli, readdirSync as readdirSyncCli, writeFileSync as writeFileSyncCli, statSync as statSyncCli, rmSync as rmSyncCli } from 'node:fs';

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add protect-mcp -- npx -y protect-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "protect-mcp": {
      "args": [
        "-y",
        "protect-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.protect-mcp]
command = "npx"
args = ["-y", "protect-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "protect-mcp": {
      "args": [
        "-y",
        "protect-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "protect-mcp": {
      "args": [
        "-y",
        "protect-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Protect MCP

same job, measured the same way
Covenant Guard
by opencovenant

Hard spend cap, OS sandbox, and signed receipts for unattended coding agents like Claude Code.

local only
Ccboot MCP Server
by rcolkitt

Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings.

25 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Perforce Agentic Gateway
by perforce

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

220 installs/wk local only
Apuchat
by opcastil11

Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.

18 tools answering
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

39 installs/wk 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. What can be measured is adoption: the npm package protect-mcp was installed 2 489 times last week.
How do I connect Protect MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls protect-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Protect MCP?
The npm package protect-mcp was installed 2 489 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
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.