Skip to main content
Glama
allenbijo

MCP System Info Server

by allenbijo

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

  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

Available Tools

1 tool
get_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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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

A3.8/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness2/5

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

ActivityInactive
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    3
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    A 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
  • F
    license
    Not graded
    quality
    C
    maintenance
    A 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

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