se

seekrays/mcp-monitor

A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.(support CPU、Memory、Disk、Network、Host、Process)

#system monitoring#MCP#real-time metrics
Publisherseekrays/mcp-monitor
Submitted date4/19/2025

Overview

Title

MCP System Monitor

How to Use

  • Install via git clone and make build.
  • Run the compiled binary (./mcp-monitor) to start the server in stdio mode for MCP-compatible LLM communication.

Key Features

  • CPU Monitoring: Usage, core count, and detailed CPU stats.
  • Memory Monitoring: Virtual and swap memory usage.
  • Disk Monitoring: Usage, partitions, and I/O stats.
  • Network Monitoring: Interfaces, connections, and traffic data.
  • Host Monitoring: System details, uptime, and user info.
  • Process Monitoring: Process listing, sorting, and detailed stats.

Use Cases

  • Real-time system diagnostics for LLMs.
  • Performance monitoring and optimization.
  • Debugging and troubleshooting system issues.
  • Integration with MCP-compatible AI tools for automated system analysis.

Visit More

View All