Skip to content
Claude Desktop

hardware probe for Claude Desktop

io.github.yamaru-eu/hardware-probe

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

client:Claude Desktop transport:stdio runtime:npm

Install hardware probe in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hardware-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@yamaru-eu/hardware-probe"
      ],
      "env": {
        "REMOTE_API_URL": "<REMOTE_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

hardware probe in other clients