Back to directory
thanhtung0201/mcp-remote-system-health

thanhtung0201/mcp-remote-system-health

@thanhtung0201

MCP server for real-time remote Linux server health monitoring via SSH, providing CPU, memory, disk, network and security metrics

monitoringsystem-healthsshremotelinuxserver-metricsalertingautomation

Installation & Configuration

{
  "mcpServers": {
    "system-health": {
      "command": "/path/to/your/venv/bin/python3",
      "args": [
        "/path/to/your/system-health-mcp-server/src/mcp_launcher.py",
        "--username=your_ssh_username",
        "--key-path=~/.ssh/id_rsa",
        "--servers=server1.example.com,server2.example.com",
        "--log-level=debug"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13