mcpbeat Sign in

mcpm MCP Server

local only

mcpm runs on your own machine — the client starts it, so there is no endpoint to ping. 529 installs a week from npm. Last commit 17 Sep 2026.

MCP security guard + package manager: trust-scored installs, blocks prompt injection and rug-pulls.

Installs per day peak 325 · avg 80 · -16% w/w
a month agotoday
529
Installs / week
npm · @getmcpm/cli
3
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
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.

Builds a file path from a variable src/config/paths.ts:63
      return path.join(appDataDir(platform, home), "Claude", "claude_desktop_config.json");
    const child = spawn(command, [...args], {
…EAmNQYMw1iG70ugdKnQq+wIeMoIZWLv+FX6lMZUiTkr0ECIQDiz4OU6dxPtNNccOF4pHafvCRXc5gvrLFADiFWmdJeYg==\n"}},"canonicalizedBody":"eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiZWE3MjFhYjA5MGE4MWUyMmNhNTllNzM5Zjg3NjU…
Dumps the whole environment src/scanner/health-check.ts:45
  for (const [key, value] of Object.entries(process.env)) {

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 cli -- npx -y @getmcpm/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@getmcpm/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli]
command = "npx"
args = ["-y", "@getmcpm/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@getmcpm/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@getmcpm/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to mcpm

same job, measured the same way
MCP-Bastion
by vaquarkhan

Security middleware for MCP. Blocks prompt injection, PII leakage, and resource exhaustion.

283 installs/wk local only
Mund — MCP Security Scanner
by tyox-all

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

48 installs/wk local only
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

35 installs/wk local only
Agent Security Scanner MCP
by sinewaveai

Security layer for AI agents: blocks prompt injection, detects fake packages, scans vulnerabilities.

728 installs/wk local only
Sentinel Scan
by ventrova

MCP security scanner: detect tool poisoning, prompt injection & rug-pulls - 10 OWASP heuristics.

74 installs/wk local only
TrustScan
by entradox

Security scanner for MCP servers and skills: Unicode injection, patterns, secrets.

4 tools answering
AI Firewall MCP
by akhilucky

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

89 installs/wk local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering

mcpm — questions

Answers built from our own checks of this server.

Why is there no uptime for mcpm?
mcpm 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 @getmcpm/cli was installed 529 times last week.
How do I connect mcpm?
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 @getmcpm/cli straight from npm; nothing to host, nothing to sign up for.
How many people use mcpm?
The npm package @getmcpm/cli was installed 529 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcpm open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.