Odel
mcpm

mcpm

Local
@getmcpm3TypeScriptMITUpdated 6 days ago

MCP package manager with trust scoring, a runtime guard, and Sigstore provenance verification.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@getmcpm/cliv0.34.0

Run

npx -y @getmcpm/cli

MCP client config

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