https://github.com/allenbijo/mcp-sysinfo
MCP Server to get system info
https://github.com/allenbijo/mcp-sysinfo
Last synced: 3 months ago
JSON representation
MCP Server to get system info
- Host: GitHub
- URL: https://github.com/allenbijo/mcp-sysinfo
- Owner: allenbijo
- License: mit
- Created: 2025-03-24T08:33:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T07:39:56.000Z (6 months ago)
- Last Synced: 2025-03-26T08:32:02.776Z (6 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-sysinfo** - MCP Server to get system info `python` `mcp` `server` `pip install git+https://github.com/allenbijo/mcp-sysinfo` (AI/ML)
- awesome-mcp-servers - **mcp-sysinfo** - MCP Server to get system info `python` `mcp` `server` `pip install git+https://github.com/allenbijo/mcp-sysinfo` (AI/ML)
README
# 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:
```sh
git clone https://github.com/allenbijo/mcp-sysinfo.git
```## Usage
Add the MCP server to your client:On Claude
```sh
{
"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](https://github.com/allenbijo)