redact pdf mcp for Zed
io.github.dambuchs/redact-pdf-mcp
Permanently redact PII from PDFs and scans. EU/Swiss-hosted, never used to train AI models.
client:Zed
transport:stdio
runtime:npm
Install redact pdf mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"redact-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"redact-pdf-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs