A Model Context Protocol server for real-time system monitoring, providing CPU, memory, disk, network, battery, and internet speed metrics via the systeminformation library. Developed by Abhinav, this implementation exposes both a resource endpoint for comprehensive system snapshots and individual tools for targeted metrics retrieval. The server uses multi-source speed tests from various providers to deliver reliable internet performance measurements, making it particularly useful for diagnosing performance issues, monitoring resource utilization, and tracking network connectivity without leaving the AI assistant conversation.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Retrieves the current CPU load as a percentage, including overall and per-core usage. Outputs text indicating CPU load and core usage.
Reports total, used, and free memory in GB, plus the percentage used. Outputs text indicating memory usage details.
Shows disk usage for the largest drive in GB and percentage. Outputs text with disk usage information.
Returns real-time network RX/TX rates (KB/s) and total data since boot (MB). Outputs text with network usage metrics.
Provides battery charge percentage, charging status, and time remaining (if applicable). Outputs text with battery status information.
Measures internet speed using multiple download sources and upload tests, returning median speeds in Mbps. Outputs text with internet speed results.