MCP.so
ログイン

Monitor MCP Server

@unxai

Monitor MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

unxai

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Monitor MCP Server?

Monitor MCP Server is a system monitoring server based on the MCP (Message Control Protocol) that monitors Mac system CPU, memory, and disk usage. It provides system monitoring capabilities through MCP tools for developers and system administrators.

How to use Monitor MCP Server?

Install the required dependencies (mcp[cli] and psutil), then invoke the provided tools via MCP: get_cpu_info() for CPU usage, get_memory_info() for memory usage, and get_disk_info() for disk usage.

Key features of Monitor MCP Server

  • Provides per-core CPU usage, frequency, and core count
  • Reports total, available, used, free memory and usage percentage
  • Shows disk partition details with filesystem type and space usage
  • Uses psutil for accurate system metric collection
  • Integrates with the MCP protocol for tool invocation

Use cases of Monitor MCP Server

  • Monitor CPU load and frequency across all cores on a Mac
  • Track memory consumption to identify high-usage processes
  • Check disk space availability across all mounted partitions
  • Integrate system monitoring into MCP-based automation workflows

FAQ from Monitor MCP Server

What dependencies does Monitor MCP Server require?

It requires mcp[cli] (the MCP protocol implementation) and psutil (system and process monitoring library).

Which operating systems are supported?

Monitor MCP Server is designed for Mac systems.

What tools does Monitor MCP Server provide?

It provides three tools: get_cpu_info(), get_memory_info(), and get_disk_info() for retrieving CPU, memory, and disk usage data.

コメント

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