Back to MCP Servers
🔌

seekrays/mcp-monitor

Apache-2.0

🏎️ 🏠 - 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.(

GoAI & LLMs

Install

npx -y seekrays-mcp-monitor

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.