Back to Apps

SysInfo API MCP
by lollipopkit
High-performance system monitoring server providing real-time CPU, memory, and process data via Rust.
0 stars
Works in:claude
Exposes:Tools
What it does
SysInfo API MCP connects an AI assistant to the underlying host system's hardware and process metrics. It allows the AI to monitor system health, analyze resource consumption, and identify problematic processes in real-time.
Tools
get_system_info: Retrieves comprehensive system data including CPU, memory, and process status.get_system_overview: Provides high-level OS details, kernel version, and system uptime.get_cpu_info: Details CPU usage across cores and overall utilization.get_memory_info: Reports RAM and swap memory usage.get_processes: Lists top CPU and memory consuming processes.get_timestamp: Returns the current system timestamp.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sysinfo-api": {
"command": "/path/to/sysinfo-api",
"env": {
"MCP_MODE": "stdio"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop via stdio transport.
Quick install
cargo run --releaseInformation
- Pricing
- free
- Published
- 7/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"sysinfo-api": {
"command": "/path/to/sysinfo-api",
"env": {
"MCP_MODE": "stdio"
}
}
}
}






