Skip to content

Thermocouple ITS-90 for Zed

io.github.dfieser/thermocouple-its90

NIST ITS-90 thermocouple conversion, all 8 types, cold-junction compensation, NIST-table verified.

client:Zed transport:stdio runtime:pypi

Install Thermocouple ITS-90 in Zed

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

{
  "context_servers": {
    "thermocouple-its90": {
      "command": "uvx",
      "args": [
        "thermocouple-its90"
      ]
    }
  }
}

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

Thermocouple ITS-90 in other clients