Mcpm

Block prompt injection, tool poisoning, rug-pulls and credential theft in Model Context Protocol (MCP) servers -- at runtime, on your machine. Your AI agent trusts every MCP server it talks to; mcpm scores each install, verifies its supply chain with Sigstore, pins every tool definition, and inspects every tool call through a local relay -- with an opt-in OS sandbox on macOS. No cloud, no account, no LLM in the…

People who work with package manager, security and trust scoring and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 3 · #28 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mcpm

Claude Code

claude mcp add getmcpm-cli -- npx -y @getmcpm/cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "getmcpm-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@getmcpm/cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @getmcpm/cli - published under the repo owner's npm scope (@getmcpm)

registry namespace io.github.getmcpm is GitHub-verified and matches the repo owner

03 · What Mcpm can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.40.1 · 2026-09-16

Other Changes · render the trust score over its real denominator, not a literal /100 · type-check the tooling configs and probe that the coverage threshold still gates

v0.40.0 · 2026-09-15

Other Changes · bump @inquirer/prompts to 8.7.2 and the dev-dependencies group (supersedes #212, #213) · bump pnpm/action-setup from 6.0.10 to 6.1.0 · target the live registry - real endpoint, exchanged token, valid body

v0.39.2 · 2026-09-11

Other Changes · fit the npm description in the 255-char cap and the registry template in its 100-char cap · override fast-uri to ^3.1.6 and qs to ^6.16.0 (six open Dependabot alerts) · record the #208 description fix…

04 · Who maintains Mcpm

mcpm is maintained by getmcpm. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
security - ranked #28 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-16)
registry
io.github.getmcpm/cli (active, first published 2026-03-30 · 6 versions)
packages
npm:@getmcpm/cli

06 · Mcpm FAQ

What is Mcpm?

Block prompt injection, tool poisoning, rug-pulls and credential theft in Model Context Protocol (MCP) servers -- at runtime, on your machine. Your AI agent trusts every MCP server it talks to; mcpm scores each install, verifies its supply chain with Sigstore, pins every tool definition, and inspects every tool call through a local relay -- with an opt-in OS sandbox on macOS. No cloud, no account, no LLM in the…

Is Mcpm still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Mcpm?

Run `npx -y @getmcpm/cli`. You can also paste the ready-made client config above.

Does Mcpm run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mcpm

More security MCP servers · Securedact MCP · Bastion (gowthaman90) · Grovs · Coach Watts

More TypeScript MCP servers · Munin · Openpost · Rephonic · see all