Design Engineer Logo
Visit Repo
Open Graph preview

MCPM

Also can run a MCP Server to help you manage all your MCP Servers

Site favicon
🔌 MCP Tools

Overview

MCPM CLI

Description:
A command-line utility for managing and orchestrating multiple servers in Claude's ecosystem

Category: Server Management & Administration

Overview: MCPM CLI provides a comprehensive toolset for managing servers with features focused on:

  • Server lifecycle management (add/remove/enable/disable)
  • Interactive CLI with guided configuration
  • Package discovery and installation
  • Self-hosting capabilities
  • JSON-based configuration management

Key Commands:

# Search packages
mcpm search [query]

# Install package
mcpm install <package-id>

# Server management
mcpm add [name]
mcpm remove [name]
mcpm disable [name]
mcpm enable [name]

# List servers
mcpm list

# Start MCPM server
mcpm mcp

Configuration Example:

"mcp-server-mcpm": {
    "command": "path-to/bin/node",
    "args": ["path-to/mcpm/mcp"],
    "env": {
      "MCPM_CONFIG": "~/.mcpm/config.json"
    }
}

Notable Features:

  • Stores active configurations in Claude App
  • Maintains disabled servers in ~/.mcpm/*
  • Supports JSON output format for automation
  • Includes interactive prompts for easier configuration
  • Offers package discovery from community repositories

Usage Notes:

  • Use --debug flag for verbose logging
  • Short aliases available (i for install, rm for remove)
  • Supports non-interactive installation with -y flag
  • Can be added as a server using mcpm add --self