# io.github.getmcpm/cli (npm · @getmcpm/cli)

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

- Trust score: 71/100 (medium)
- Change this week: −8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- npm · `@getmcpm/cli`: 71/100 (this document), [markdown](https://verifymcp.io/servers/getmcpm-cli/getmcpm-cli.md), [page](https://verifymcp.io/servers/getmcpm-cli/getmcpm-cli)

## Channel facts

- Registry: `npm`
- Package: `@getmcpm/cli`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (142 of 146), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (142 of 146), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to getmcpm/cli).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 221 tokens (~27/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

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

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add getmcpm-cli --command npx --arg -y --arg @getmcpm/cli
```

### Hermes

```yaml
mcp_servers:
  getmcpm-cli:
    command: "npx"
    args: ["-y", "@getmcpm/cli"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 71, +2)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 69, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 70, +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.

### 2026-08-02 (score 69, +28)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] The attested source repository moved: getmcpm/cli
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 41, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 26, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 27, −52)

- [security regression] Install scripts: pass → unverified
- [security regression] Malware scan: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: pass → unverified
- [security] The attested source repository moved: getmcpm/cli
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 79)

First indexed and scored.

## MCP tools (8)

### `mcpm_search` (~33 tokens)

Search the MCP registry for servers with trust scores

Input parameters:

- `limit` (number)
- `query` (string, required)

### `mcpm_install` (~31 tokens)

Install an MCP server with trust assessment

Input parameters:

- `client` (string)
- `name` (string, required)

### `mcpm_info` (~27 tokens)

Show full details and trust score for an MCP server

Input parameters:

- `name` (string, required)

### `mcpm_list` (~24 tokens)

List installed MCP servers across AI clients

Input parameters:

- `client` (string)

### `mcpm_remove` (~31 tokens)

Remove an MCP server from client configs

Input parameters:

- `client` (string)
- `name` (string, required)

### `mcpm_audit` (~19 tokens)

Scan all installed servers and produce trust report

### `mcpm_doctor` (~15 tokens)

Check MCP setup health

### `mcpm_setup` (~41 tokens)

Install MCP servers from a natural language description

Input parameters:

- `client` (string)
- `description` (string, required)
- `minTrustScore` (number)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/getmcpm-cli/getmcpm-cli#diagnostics

## Score history

- 2026-08-05: 71
- 2026-08-04: 69
- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 41
- 2026-07-31: 26
- 2026-07-30: 27
- 2026-07-28: 79
- 2026-07-27: 79

## Links

- npm package: https://www.npmjs.com/package/@getmcpm/cli
- Socket report: https://socket.dev/npm/package/@getmcpm/cli
- Repository: https://github.com/getmcpm/cli
- Changelog RSS feed: https://verifymcp.io/servers/getmcpm-cli/getmcpm-cli/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/getmcpm-cli/getmcpm-cli/changelog.json
- HTML version of this page: https://verifymcp.io/servers/getmcpm-cli/getmcpm-cli
