Skip to main content
Glama

CPU-Z MCP POC

A small Model Context Protocol server that reads the current machine's CPU, memory, and disk information. It runs over stdio, so it can be used from the MCP Inspector or any MCP-compatible client.

Requirements

  • Node.js 24.20.0 or newer

  • pnpm 10.17.1 or newer

Related MCP server: WEATHGARDS

Install

pnpm install

Run it

Start the MCP server directly:

pnpm mcp:serve

The server waits for an MCP client over stdin/stdout. To explore it through a visual interface, use the MCP Inspector:

pnpm mcp:inspect

mcp:inspect starts the server and opens the MCP Inspector, a small web UI for connecting to the server and trying its MCP capabilities without configuring another client. In the Inspector:

  1. Connect to the server started by the command.

  2. Open Tools and run cpu-info_finder, memory-info_finder, or disk-info_finder.

  3. Open Resources and read cpu://info for structured CPU data.

  4. Open Prompts, choose computer-purpose-upgrade, and set purpose to gaming, home_office, or video_editor.

Use from an MCP client

Add the server to an MCP client's configuration. Use an absolute path to this repository:

{
  "mcpServers": {
    "cpu-z": {
      "command": "node",
      "args": ["/absolute/path/to/my-cpu-z-mcp-poc/src/app/mcp/server.ts"]
    }
  }
}

Restart the client, then ask it to inspect the computer. For example:

Check my CPU, memory, and disk usage, then tell me whether this computer is ready for home office work.

Available capabilities

Type

Name

What it does

Tool

cpu-info_finder

Reads CPU model, architecture, cores, speed, and usage.

Tool

memory-info_finder

Reads total, free, and used system memory.

Tool

disk-info_finder

Reads disk totals and usage for the current working directory.

Resource

cpu://info

Returns structured CPU information as JSON.

Prompt

computer-purpose-upgrade

Creates an upgrade assessment for gaming, home office, or video editing.

Development checks

pnpm typecheck
pnpm lint
pnpm fmt:check

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

  • 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
    -
  • A
    license
    A
    quality
    F
    maintenance
    Provides system hardware information (CPU, memory, storage, etc.) and system status (OS, network, resource usage) via MCP tools.
    2
    24
    ISC
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to retrieve structured information about the local Windows machine, including system specifications, resource health, developer tools, and AI environment, all through a secure, read-only interface.
    MIT

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/ivanfernandez2646/my-cpu-z-mcp-poc'

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