MCP.so
Sign In

MCPM

@musdechocolate

About MCPM

MCP Manager tool, to faciliate installing, runnning and managing MCP servers

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

musdechocolate

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCPM?

MCPM is a command-line application for managing Model Context Protocols (MCPs) on your machine. It allows users to list, check, stop, pull, and remove MCP servers.

How to use MCPM?

Install MCPM via pip with pip install mcpm. After installation, use commands like mcpm list, mcpm running, mcpm stop, mcpm pull <mcp_name>, and mcpm remove <mcp_name> from the terminal.

Key features of MCPM

  • List all available MCPs on the machine.
  • Display the currently running MCP.
  • Stop a running MCP server.
  • Pull a specified MCP server.
  • Remove a specified MCP server.

Use cases of MCPM

  • Quickly see which MCP servers are installed on your system.
  • Identify and stop a currently running MCP server.
  • Download and install new MCP servers with a single command.
  • Remove old or unused MCP servers to clean up resources.

FAQ from MCPM

How do I install MCPM?

Run the command pip install mcpm in your terminal.

How can I see a list of all MCPs on my machine?

Use the mcpm list command to show all available MCPs.

Which command shows me the currently running MCP?

The mcpm running command displays the MCP server that is currently active.

How do I stop a running MCP server?

Execute mcpm stop to halt the currently running MCP server.

How do I remove an MCP server?

Use mcpm remove <mcp_name>, replacing <mcp_name> with the name of the server you want to delete.

Comments

More Other MCP servers