← Index

io.github.yamaru-eu/hardware-probe

io.github.yamaru-eu/hardware-probe·v1.1.2·AI & LLMs
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hardware-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@yamaru-eu/hardware-probe"
      ],
      "env": {
        "REMOTE_API_URL": "<remote_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hardware-probe": {
      "command": "npx",
      "args": [
        "-y",
        "@yamaru-eu/hardware-probe"
      ],
      "env": {
        "REMOTE_API_URL": "<remote_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @yamaru-eu/hardware-probe
§02  Environment variables
REMOTE_API_URL

URL of the remote recommendation API

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs