Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.getmcpm/cli

NPM · @GETMCPM/CLI · SCANNED AUG 4

MCP package manager with trust scoring. Search, install, and audit MCP servers.

Available components

−10 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (142 of 146), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to getmcpm/cli). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 7 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability43
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 221 tokens (~27/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @getmcpm/cli

# add to Claude Code
claude mcp add getmcpm-cli -- npx -y @getmcpm/cli
# add to Codex CLI
codex mcp add getmcpm-cli -- npx -y @getmcpm/cli
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "getmcpm-cli": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@getmcpm/cli"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add getmcpm-cli --command npx --arg -y --arg @getmcpm/cli
# ~/.hermes/config.yaml
mcp_servers:
  getmcpm-cli:
    command: "npx"
    args: ["-y", "@getmcpm/cli"]
// mcp.json
{
  "mcpServers": {
    "getmcpm-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@getmcpm/cli"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 −1
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +28
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • The attested source repository moved: getmcpm/cli security
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −52
    • Install scripts: pass → unverified security
    • Malware scan: pass → unverified security
    • Provenance: pass → unverified security
    • Known CVEs: partial → unverified security
    • The attested source repository moved: getmcpm/cli security
    • Maintenance: pass → unverified functional
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Licence: MIT functional
  • 27 Jul 26 79

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/@getmcpm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
getmcpm/cli
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/getmcpm/cli/.github/workflows/publish.yml@refs/tags/v0.1.3
Rekor log index:
1198872304
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:77c5f3dd777e39046c677048b911f9eef264a5c59b6151bdf1ccb58dc6c4d9487e6f821a2fa2cff2332cd35eb88b37fd0445df750b185430567339153
Discovery method:
attestation_endpoint
Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8j4g-w8fx-2239 CVE-2026-69207 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 142 packages

142 packages in the resolved dependency tree · 142 deprecated · 37 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 8 exposed · ~221 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
mcpm_audit ~19

Scan all installed servers and produce trust report

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mcpm_doctor ~15

Check MCP setup health

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mcpm_info ~27

Show full details and trust score for an MCP server

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

mcpm_install ~31

Install an MCP server with trust assessment

NameTypeReqDescription
clientstring
namestringyes

No output schema declared.

No examples provided.

mcpm_list ~24

List installed MCP servers across AI clients

NameTypeReqDescription
clientstring

No output schema declared.

No examples provided.

mcpm_remove ~31

Remove an MCP server from client configs

NameTypeReqDescription
clientstring
namestringyes

No output schema declared.

No examples provided.

mcpm_search ~33

Search the MCP registry for servers with trust scores

NameTypeReqDescription
limitnumber
querystringyes

No output schema declared.

No examples provided.

mcpm_setup ~41

Install MCP servers from a natural language description

NameTypeReqDescription
clientstring
descriptionstringyes
minTrustScorenumber

No output schema declared.

No examples provided.