Redact MCP for Cursor
io.github.r3352/redact-mcp
Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data
client:Cursor
transport:stdio
runtime:npm
Install Redact MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"redact-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mattzam/redact-mcp"
],
"env": {
"REDACT_AUDIT_LOG": "<REDACT_AUDIT_LOG>",
"REDACT_DATA_DIR": "<REDACT_DATA_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs