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)
Quick Start
Clone the repository:
git clone https://github.com/seekrays/mcp-monitorClaude Desktop configuration example:
{
"mcpServers": {
"mcp-monitor": {
"command": "npx",
"args": [
"-y",
"seekrays/mcp-monitor"
]
}
}
}Check the repository README for specific installation and configuration instructions.