cpu-z
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., "@cpu-zCheck my CPU, memory, and disk usage, then tell me if this PC is ready for home office work."
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.
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.0or newerpnpm
10.17.1or newer
Related MCP server: WEATHGARDS
Install
pnpm installRun it
Start the MCP server directly:
pnpm mcp:serveThe server waits for an MCP client over stdin/stdout. To explore it through a visual interface, use the MCP Inspector:
pnpm mcp:inspectmcp: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:
Connect to the server started by the command.
Open Tools and run
cpu-info_finder,memory-info_finder, ordisk-info_finder.Open Resources and read
cpu://infofor structured CPU data.Open Prompts, choose
computer-purpose-upgrade, and setpurposetogaming,home_office, orvideo_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 |
| Reads CPU model, architecture, cores, speed, and usage. |
Tool |
| Reads total, free, and used system memory. |
Tool |
| Reads disk totals and usage for the current working directory. |
Resource |
| Returns structured CPU information as JSON. |
Prompt |
| Creates an upgrade assessment for gaming, home office, or video editing. |
Development checks
pnpm typecheck
pnpm lint
pnpm fmt:checkTool 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.
This server cannot be installed
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
Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.
Agent-native catalogue of Baseframe Labs dev tools and MCP servers.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Related MCP Servers
- 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-
- FlicenseNot gradedqualityDmaintenanceExposes MCP tools that enable remote LLMs to query local Docker containers, OS processes, and system services in real time.-
- AlicenseAqualityFmaintenanceProvides system hardware information (CPU, memory, storage, etc.) and system status (OS, network, resource usage) via MCP tools.224ISC
- AlicenseNot gradedqualityAmaintenanceEnables 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
- 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/ivanfernandez2646/my-cpu-z-mcp-poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server