MCP.so
登录

MCPM

@musdechocolate

关于 MCPM

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

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

musdechocolate

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器