Best for
- AI agents that need to access hardware information in natural language
- Core developers who need quick insight into system resources
- Users managing scientific HPC workloads
CLIO Node Hardware is part of CLIO Kit and provides comprehensive hardware monitoring tools, suitable for AI agents in HPC environments for system management and troubleshooting. It provides reliable information via stdio.
CLIO Node Hardware (originally io.github.iowarp/node-hardware-mcp) is an MCP server that provides comprehensive hardware monitoring and system analysis capabilities for LLMs. It runs over stdio and offers detailed information on CPU, memory, disk, network, GPU, sensors, processes, and real-time performance, with support for remote node monitoring via SSH.
{
"mcpServers": {
"node-hardware": {
"command": "clio-kit",
"args": [
"mcp-server",
"node-hardware"
]
}
}
}