Skip to main content
Glama
cooderamily

mcp-system-info

by cooderamily

System Info Tool

A system information tool based on the MCP (Model Context Protocol) specification

๐ŸŽฏ Features

This project implements the latest Model Context Protocol specification, providing:

  • Hardware Information - Complete hardware details (CPU, memory, storage, graphics, battery, serial numbers)

  • System Status - System status information (OS, network interfaces, CPU and memory usage)

Related MCP server: macOS Tools MCP Server

๐Ÿš€ Installation & Usage

Install Dependencies

# Using pnpm (recommended)
pnpm install

# Or using npm
npm install

Run MCP Server

# Start server
npm start

# Or development mode (auto-restart)
npm run dev

Global Installation (Optional)

npm link
# Then use directly
mcp-system-info

๐Ÿ”ง MCP Tools

The server provides 2 streamlined MCP tools:

Tool Name

Description

Parameters

get_hardware_info

Get complete hardware information

None

get_system_status

Get system status and resource usage

None

๐Ÿ“ Configuration

MacOS / Linux

{
  "mcpServers": {
    "system-info": {
      "command": "npx",
      "args": ["npx", "-y", "mcp-system-info"]
    }
  }
}

windows

{
  "mcpServers": {
    "system-info": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "mcp-system-info"]
    }
  }
}

๐Ÿงช Testing

Run the included test script:

node test.js

๐Ÿ“Š Output Format

All tools return structured JSON data:

{
  "content": [
    {
      "type": "text", 
      "text": "# Information Title\n\n```json\n{data}\n```"
    }
  ]
}

๐Ÿ”’ Security

  • Read-only system information access

  • No system modification operations

  • Structured JSON data format

  • Follows MCP security best practices

๐Ÿ“„ License

ISC

Welcome to submit Issues and Pull Requests to improve this tool!

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/cooderamily/system-tool-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server