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.

コメント

「その他」の他のコンテンツ