
Cli
Search, install, and audit MCP servers with trust scores so your agent stack stays manageable and safer as you add integrations.
Overview
MCPM CLI is a MCP server for the Build phase that lets agents search, install, and audit other MCP servers using trust scoring via the @getmcpm/cli package.
What is this MCP server?
- MCP package manager CLI exposed as MCP via npm @getmcpm/cli with serve runtime argument
- Trust scoring to prioritize auditable servers before install
- Search and install flows for growing MCP catalogs
- Audit-oriented tooling aligned with ship-phase security habits
- Stdio transport version 0.1.3 from GitHub getmcpm/cli
- npm package @getmcpm/cli version 0.1.3
- Stdio transport with serve runtime argument
- Trust scoring capability documented in server description
What problem does it solve?
Your agent toolbox explodes with copied MCP configs and no consistent way to search, install, or judge trust before granting tool access.
Who is it for?
Indie builders standardizing Claude Code or Cursor MCP setups who want a small governance layer before adding third-party servers.
Skip if: Teams with a single fixed MCP server, no npm/Node workflow, or needs for runtime app package management unrelated to MCP.
What do I get? / Deliverables
Running MCPM through MCP gives your agent a scored catalog workflow so new servers are installed and audited instead of pasted blindly from the internet.
- Searchable path to add vetted MCP servers to the agent
- Trust-scored audit notes before enabling new tools
- Repeatable serve-based MCPM stdio configuration for the team
Recommended MCP Servers
Journey fit
How it compares
MCP registry and trust-scored installer, not a business-data or file-transfer integration.
Common Questions / FAQ
Who is MCPM CLI for?
It is for developers who manage multiple MCP servers for coding agents and want search, install, and audit helpers with trust scoring in one CLI-backed MCP server.
When should I use MCPM CLI?
Use it while assembling or refreshing your agent MCP stack during build, and again before ship when you need to audit newly added servers.
How do I add MCPM CLI to my agent?
Install @getmcpm/cli from npm, configure stdio MCP with runtime argument serve, and point your Claude Code or Cursor MCP config at that command.