Back to directory
mcp-system-health

mcp-system-health

@thanhtung02017

Provides real-time health and performance metrics for remote Linux servers via SSH, integrating with AI assistants like Claude through the MCP protocol.

system monitoringlinuxsshhealthperformancetool

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",
        "--password=your_ssh_password",
        "--key-path=~/.ssh/id_rsa",
        "--servers=server1.example.com,server2.example.com",
        "--log-level=debug"
      ],
      "description": "System Health MCP Server for monitoring remote servers"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/17
Updated
2026/6/7