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
{
"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