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.

评论

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