MCP Hub
Back to servers

OS Info

A system monitoring MCP server that provides real-time hardware and software data including CPU, memory, disk, and process details of the host machine.

Stars
1
Updated
Apr 19, 2025
Validated
Jan 11, 2026

MCP server for os info

MCP server for getting up-to-date information about your operating system

Setup

If you clone this repo, then you can use the config below:

{
  "mcpServers": {
    "os-info": {
        "command": "path_to_your_node",
        "args": [
            "location_to_your_dist/index.js"
        ]
    }
  }
}

You can also use npx.

{
  "mcpServers": {
    "os-info": {
        "command": "path_to_your_npx",
        "args": [
            "os-info-mcp-server"
        ]
    }
  }
}

Example Prompts

Give me my os info

What is my operating system

...

Reviews

No reviews yet

Sign in to write a review