Skip to content
Zed

hardware probe for Zed

io.github.yamaru-eu/hardware-probe

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

client:Zed transport:stdio runtime:npm

Install hardware probe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

hardware probe in other clients