hungtrungthinh/mcp-system-monitor
A Model Context Protocol (MCP) server implementation designed for AI agents to monitor and interact with Linux servers (Ubuntu, CentOS, RedHat, etc.). This server provides comprehensive system information including CPU, memory, disk, network, and process data through both MCP protocol and HTTP REST API
Platform-specific configuration:
{
"mcpServers": {
"mcp-system-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-system-monitor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...