Skip to content
VS Code

redact pdf mcp for VS Code

io.github.dambuchs/redact-pdf-mcp

Permanently redact PII from PDFs and scans. EU/Swiss-hosted, never used to train AI models.

client:VS Code transport:stdio runtime:npm

Install redact pdf mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "redact-pdf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "redact-pdf-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

redact pdf mcp in other clients