Skip to content
Cursor

thingctx for Cursor

com.thingctx/thingctx

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

client:Cursor transport:stdio runtime:pypi

Install thingctx in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "thingctx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "thingctx"
      ],
      "env": {
        "THINGCTX_POLICY": "<THINGCTX_POLICY>",
        "THINGCTX_APPROVE_WHEN": "<THINGCTX_APPROVE_WHEN>",
        "THINGCTX_FS_ROOT": "<THINGCTX_FS_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

thingctx in other clients