← Back to browse

thingctx

Indexed by com.thingctx

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTHINGCTX_POLICY THINGCTX_APPROVE_WHEN THINGCTX_FS_ROOT
Claude Code
claude mcp add --env THINGCTX_POLICY= --env THINGCTX_APPROVE_WHEN= --env THINGCTX_FS_ROOT= thingctx -- uvx thingctx
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"thingctx","command":"uvx","args":["thingctx"],"env":{"THINGCTX_POLICY":"","THINGCTX_APPROVE_WHEN":"","THINGCTX_FS_ROOT":""}}'
JSON
{
  "mcpServers": {
    "thingctx": {
      "command": "uvx",
      "args": [
        "thingctx"
      ],
      "env": {
        "THINGCTX_POLICY": "",
        "THINGCTX_APPROVE_WHEN": "",
        "THINGCTX_FS_ROOT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.