Skip to main content
MonitoringGo

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)

monitoringlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/seekrays/mcp-monitor

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "seekrays/mcp-monitor"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Monitoring
Language
Go
Author
seekrays