Loading languages...
MC

mcp-system-health

@thanhtung02015

A robust server monitoring system built on the Multi-Channel Protocol (MCP) framework, designed for seamless integration with Claude and other AI assistants.

system monitoring
linux
ssh
health
performance

# mcpServer Config

{
  "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"
    }
  }
}

# stdio

/path/to/your/venv/bin/python3 /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
Transport:
stdio
Language:
Python
Created:5/17/2025
Updated:8/4/2025