Skip to content
Zed

thingctx for Zed

com.thingctx/thingctx

Drive devices and APIs from their W3C Thing Description. You gate every operation.

client:Zed transport:stdio runtime:pypi

Install thingctx 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": {
    "thingctx": {
      "command": "uvx",
      "args": [
        "thingctx"
      ],
      "env": {
        "THINGCTX_POLICY": "<THINGCTX_POLICY>",
        "THINGCTX_APPROVE_WHEN": "<THINGCTX_APPROVE_WHEN>",
        "THINGCTX_FS_ROOT": "<THINGCTX_FS_ROOT>"
      }
    }
  }
}

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

thingctx in other clients