System Info

by allenbijo

Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name System Info
    Command (node, npx, python, etc.) uv
    Arguments
    • 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.

  4. 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 Utilization

Installation

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 - GitHub
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.