Skip to content
Grok

thingctx for Grok

com.thingctx/thingctx

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

client:Grok transport:stdio runtime:pypi

Install thingctx in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

thingctx in other clients