MCP server for Linux system monitoring — CPU, memory, disk, network, processes, systemd services, and system logs
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"system-monitoring-mc": {
"command": "npx",
"args": [
"-y",
"friendlygeorge/system-monitoring-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add system-monitoring-mc npx -y friendlygeorge/system-monitoring-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"system-monitoring-mc": {
"command": "npx",
"args": [
"-y",
"friendlygeorge/system-monitoring-mcp-server"
]
}
}
}
Topics
ai-agentsclaudecursorlinuxmcpmodel-context-protocolmonitoringsystem-monitoring