Skip to content
VS Code

PDF Redaction MCP for VS Code

com.pdf-redaction/pdf-redaction-mcp

MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.

client:VS Code transport:streamable-http

Install PDF Redaction MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "pdf-redaction-mcp": {
      "type": "http",
      "url": "https://api.pdf-redaction.com/mcp/"
    }
  }
}

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

PDF Redaction MCP in other clients