MCP Directory

seekrays/mcp-monitor

GitHub
Developer Tools

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)

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-monitor

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from seekrays/mcp-monitor your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route seekrays/mcp-monitor intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-monitor

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use seekrays/mcp-monitor directly without routing

npx -y mcp-monitor

New to Agent-CoreX? View setup guide →

seekrays/mcp-monitor MCP Server — Agent-CoreX