Skip to content
Cursor

redaction for Cursor

one.secureai/redaction

Takes the people out of text before a model sees it, and puts them back in the reply.

client:Cursor transport:streamable-http

Install redaction in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "redaction": {
      "url": "https://secureai.one/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

redaction in other clients