System Info
About
Provides real-time system information including CPU, memory, disk, and GPU statistics through a simple API endpoint for monitoring and diagnostic purposes.
Details
- Author
- allenbijo
- Repository
- allenbijo/mcp-sysinfo
- License
- MIT License
- Categories
- Design, Developer Tools, AI, Frontend, API, Knowledge Base, Infrastructure
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
System InfoCommand (node, npx, python, etc.)uvArguments-
Argument 1
--directory -
Argument 2
D:\WorksOfGreatness\mcp-sysinfo -
Argument 3
run -
Argument 4
sysinfo.py
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"system info": {
"env": {},
"args": [
"--directory",
"D:\\WorksOfGreatness\\mcp-sysinfo",
"run",
"sysinfo.py"
],
"command": "uv"
}
}
}
Linux
{
"env": [],
"args": [
"--directory",
"D:\\WorksOfGreatness\\mcp-sysinfo",
"run",
"sysinfo.py"
],
"command": "uv"
}
Macos
{
"env": [],
"args": [
"--directory",
"D:\\WorksOfGreatness\\mcp-sysinfo",
"run",
"sysinfo.py"
],
"command": "uv"
}
Windows
{
"env": [],
"args": [
"--directory",
"D:\\WorksOfGreatness\\mcp-sysinfo",
"run",
"sysinfo.py"
],
"command": "uv"
}
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 UtilizationInstallation
1. 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 - GitHubSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




