redact for Cursor
com.eleyed/redact
Redact PII from text before it reaches a model. Nothing stored, no third-party AI.
client:Cursor
transport:streamable-http
Install redact in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"redact": {
"url": "https://eleyed.com/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs