hardware probe for Cline
io.github.yamaru-eu/hardware-probe
Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.
client:Cline
transport:stdio
runtime:npm
Install hardware probe in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"hardware-probe": {
"command": "npx",
"args": [
"-y",
"@yamaru-eu/hardware-probe"
],
"env": {
"REMOTE_API_URL": "<REMOTE_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs