Skip to content
Cursor

blackout for Cursor

ai.thrain/blackout

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

client:Cursor transport:stdio runtime:npm

Install blackout in Cursor

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

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

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

blackout in other clients