mcpbeat Sign in

Hardware Probe MCP Server

by yamaru-eu Your server? Claim it
local only

Hardware Probe runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 15 May 2026.

Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.

Installs per day peak 12 · avg 6 · +115% w/w
a month agotoday
39
Installs / week
npm · @yamaru-eu/hardware-probe
7
Stars
0 open issues
15 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hardware Probe every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hardware-probe -- npx -y @yamaru-eu/hardware-probe
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hardware-probe": {
      "args": [
        "-y",
        "@yamaru-eu/hardware-probe"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hardware-probe]
command = "npx"
args = ["-y", "@yamaru-eu/hardware-probe"]
.cursor/mcp.json
{
  "mcpServers": {
    "hardware-probe": {
      "args": [
        "-y",
        "@yamaru-eu/hardware-probe"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hardware-probe": {
      "args": [
        "-y",
        "@yamaru-eu/hardware-probe"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REMOTE_API_URL (URL of the remote recommendation API). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hardware Probe

same job, measured the same way
Rum Analytics
by catchmetrics-mcp

RUM platform for web performance analytics, Core Web Vitals, and third-party script monitoring.

answering
Raygun
by mindscapehq

Investigate errors, track deployments, analyze performance, and manage application monitoring

answering
CLIO Node Hardware
by iowarp

Node Hardware MCP - Comprehensive Hardware Monitoring and System Analysis for LLMs with...

local only
Turbometrics MCP
by turbopress-de

Website performance monitoring: scans, Core Web Vitals, RUM data and alerts.

answering
Sparkforensics MCP
by shuffle-works

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

41 installs/wk local only
Okareo
by okareo

Simulation, evaluation and monitoring for voice agents.

answering
Clickhouse Dataops MCP
by aguantar

DataOps ClickHouse MCP server with query optimization and pipeline monitoring

85 installs/wk local only
Sentinal MCP
by musaraf-m

Redis health, BullMQ queue monitoring, memory analysis, and slow query diagnostics

38 installs/wk local only

Hardware Probe — questions

Answers built from our own checks of this server.

Why is there no uptime for Hardware Probe?
Hardware Probe runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yamaru-eu/hardware-probe was installed 39 times last week.
How do I connect Hardware Probe?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yamaru-eu/hardware-probe straight from npm; nothing to host, nothing to sign up for.
How many people use Hardware Probe?
The npm package @yamaru-eu/hardware-probe was installed 39 times in the last week. Week over week that is +115%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hardware Probe open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.