Odel
hardware probe

hardware probe

Local
@yamaru-eu7TypeScriptApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yamaru-eu/hardware-probev1.1.2

Run

npx -y @yamaru-eu/hardware-probe

MCP client config

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