redact pdf mcp for Cursor
io.github.dambuchs/redact-pdf-mcp
Permanently redact PII from PDFs and scans. EU/Swiss-hosted, never used to train AI models.
client:Cursor
transport:stdio
runtime:npm
Install redact pdf mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"redact-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs