mcpm

RezaHarirchian/mcpm
★ 0 stars Rust 💻 Code/Dev Tools Updated 1d ago
The missing package manager for MCP servers. Install, manage, and health-check Model Context Protocol servers with one command.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpm": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpm"
      ]
    }
  }
}