Skip to content
Grok

blackout for Grok

ai.thrain/blackout

Permanent local PDF redaction: text is removed and verified gone, not covered. No uploads.

client:Grok transport:stdio runtime:npm

Install blackout in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "blackout": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thrain/blackout-mcp"
      ]
    }
  }
}

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

blackout in other clients