MCP System Info Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP System Info Servershow me current CPU and memory usage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: MCP System Info Server
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 |
| Returns system details |
License
This project is licensed under the MIT License.
Author
Allen Bijo - GitHub
Available Tools
1 toolget_sysinfoA
Get the current system information. Gives system information such as System, Node name, Release, Version, Machine, Processor CPU Information such as Processor, Physical Cores, Logical Cores Memory Information such as Total Memory, Available Memory, Used Memory, Memory Utilization Disk Information such as Total Disk Space, Used Disk Space, Free Disk Space, Disk Space Utilization
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It clearly describes the tool's read-only behavior and the types of information returned, but lacks details on performance, rate limits, or error handling. It adequately covers the core behavior without rich contextual disclosures.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured and front-loaded with the main purpose, followed by categorized details. It is appropriately sized for the tool's complexity, though some redundancy in listing information types could be slightly condensed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 parameters, no output schema, no annotations), the description provides complete context on what information is retrieved. It adequately compensates for the lack of structured fields, though it doesn't specify output format or potential errors.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on the tool's purpose and output, not parameters, meeting the baseline for zero-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Get') and resource ('current system information'), with detailed breakdowns of what information is included (System, Node name, CPU, Memory, Disk). It effectively distinguishes this tool's comprehensive scope from any hypothetical alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving system information, but provides no explicit guidance on when to use this tool versus alternatives (e.g., specific vs. partial system info tools). Since there are no sibling tools, this is adequate but lacks explicit context or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'get_sysinfo' has a clear and distinct purpose of retrieving comprehensive system information, making it impossible for an agent to misselect among tools.
Since there is only one tool, it inherently follows a consistent naming pattern. The name 'get_sysinfo' uses a verb_noun format that is clear and predictable, and there are no other tools to compare it against for inconsistency.
A single tool is too few for a server named 'MCP System Info Server', which suggests a broader scope for system information retrieval. While 'get_sysinfo' provides comprehensive data, the lack of additional tools (e.g., for specific components like CPU, memory, or disk details) makes the set feel thin and underdeveloped for the domain.
The tool 'get_sysinfo' covers a wide range of system information in one call, but the server's purpose implies potential for more granular operations. There are significant gaps, such as no tools for querying specific system metrics separately (e.g., get_cpu_info, get_memory_usage) or performing actions like monitoring changes, which limits agent flexibility and could lead to inefficiencies.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
CPU telemetry & benchmarking, SHA-256 hashing, AES-256-GCM storage, AI video/image via Nova.
Live health and AI-readable metadata of invokera.com. Demo of an Invokera-hosted MCP server.
QuLab MCP remote server (Streamable HTTP) for computational science and lab tools.
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables real-time monitoring of system resources including CPU, GPU (NVIDIA, Apple Silicon, AMD/Intel), memory, disk, network, and processes across Windows, macOS, and Linux platforms through natural language queries.3MIT
- FlicenseBqualityDmaintenanceA lightweight MCP server that provides real-time hardware statistics including CPU, memory, disk, and NVIDIA GPU usage. It enables users to monitor system performance and retrieve comprehensive host machine specifications through a standardized interface.1
- FlicenseNot gradedqualityCmaintenanceProvides real-time Linux system monitoring for CPU load, memory usage, disk space, and process activity. This server enables users to retrieve comprehensive performance metrics and resource utilization data through a standardized interface.
- FlicenseNot gradedqualityCmaintenanceA real-time system diagnostics MCP server that gives AI agents live access to CPU, RAM, disk, network, processes, and hardware health metrics, with zero cloud dependency.7
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/allenbijo/mcp-sysinfo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server