A lightweight server that provides real-time system information including CPU, memory, disk, and GPU statistics for monitoring and diagnostic purposes.
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.
git clone https://github.com/allenbijo/mcp-sysinfo.git
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.
Endpoint | Description |
---|---|
/get_sysinfo | Returns system details |
This project is licensed under the MIT License.
Allen Bijo - GitHub
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!