Overview
what is Monitor MCP Server?
Monitor MCP Server is a system monitoring server based on the Message Control Protocol (MCP) that monitors CPU, memory, and disk usage on Mac systems.
how to use Monitor MCP Server?
To use Monitor MCP Server, you can utilize the provided tools to fetch system information such as CPU, memory, and disk usage by calling the respective functions: get_cpu_info()
, get_memory_info()
, and get_disk_info()
.
key features of Monitor MCP Server?
- CPU usage monitoring:
- Monitors usage per CPU core
- Provides CPU frequency information
- Displays the number of CPU cores
- Memory usage monitoring:
- Total memory
- Available memory
- Memory usage rate
- Used and free memory
- Disk usage monitoring:
- Monitors usage per partition
- Displays file system type
- Shows total, used, and available space
use cases of Monitor MCP Server?
- Monitoring CPU performance in real-time.
- Analyzing memory usage trends over time.
- Keeping track of disk space utilization across different partitions.
FAQ from Monitor MCP Server?
- What systems does Monitor MCP Server support?
Monitor MCP Server is designed for Mac systems.
- Is there a graphical interface for Monitor MCP Server?
Currently, it operates through command-line tools.
- What dependencies are required to run Monitor MCP Server?
It requires MCP protocol implementation and the psutil library for system and process monitoring.
Content
Monitor MCP Server
这是一个基于MCP (Message Control Protocol) 的系统监控服务器,可以监控Mac系统的CPU、内存和磁盘使用情况。
功能特点
- CPU使用率监控
- 每个CPU核心的使用率
- CPU频率信息
- CPU核心数量
- 内存使用情况监控
- 总内存
- 可用内存
- 内存使用率
- 已用内存
- 空闲内存
- 磁盘使用情况监控
- 各分区使用情况
- 文件系统类型
- 总空间、已用空间和可用空间
可用工具
- 系统监控:
get_cpu_info()
: 获取CPU使用情况get_memory_info()
: 获取内存使用情况get_disk_info()
: 获取磁盘使用情况
依赖
- mcp[cli]: MCP协议实现
- psutil: 系统和进程监控
许可证
MIT
No tools information available.