This site can’t be reached
what is MCP System Info Server?
The MCP System Info Server is a lightweight server that provides real-time system information, including hardware and system details such as CPU, memory, disk, and GPU statistics, making it ideal for monitoring and diagnostic purposes.
how to use MCP System Info Server?
To use the MCP System Info Server, clone the repository from GitHub, and add the server to your client configuration. Start the server to listen for incoming requests that provide real-time system information.
key features of MCP System Info Server?
- Provides detailed system information including OS, CPU, memory, and disk statistics.
- Real-time monitoring of system performance.
- Easy installation and setup via GitHub repository.
use cases of MCP System Info Server?
- Monitoring system performance in real-time.
- Diagnosing hardware issues by retrieving system statistics.
- Integrating with other applications for system health checks.
FAQ from MCP System Info Server?
- What information does the MCP System Info Server provide?
It provides details about the system name, OS version, CPU, memory, and disk usage statistics.
- How do I install the MCP System Info Server?
You can install it by cloning the repository from GitHub and following the setup instructions provided in the documentation.
- Is the MCP System Info Server free to use?
Yes, it is licensed under the MIT License, making it free to use.
MCP System Info Server
Overview
The MCP System Info Server is a lightweight and efficient server that provides real-time system information. It retrieves various hardware and system details, including CPU, memory, disk, and GPU statistics, making it useful for monitoring and diagnostic purposes.
Features
- System Information
- System Name
- Node Name
- OS Release
- OS Version
- Machine Type
- Processor
- CPU Information
- Processor Name
- Physical Cores
- Logical Cores
- Memory Information
- Total Memory
- Available Memory
- Used Memory
- Memory Utilization
- Disk Information
- Total Disk Space
- Used Disk Space
- Free Disk Space
- Disk Space Utilization
Installation
- Clone the repository:
git clone https://github.com/allenbijo/mcp-sysinfo.git
Usage
Add the MCP server to your client:
On Claude
{
"mcpServers": {
"sysinfo": {
"command": "uv",
"args": [
"--directory",
"D:\\WorksOfGreatness\\mcp-sysinfo",
"run",
"sysinfo.py"
]
}
}
}
The server will start and listen for incoming requests, providing real-time system information.
API Endpoints
Endpoint | Description |
---|---|
/get_sysinfo | Returns system details |
License
This project is licensed under the MIT License.
Author
Allen Bijo - GitHub