monitoring

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)

local
rust
monitoring
0
View on GitHub

Installation

npx -y seekrays/mcp-monitor

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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)

GitHub: https://github.com/seekrays/mcp-monitor

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub