Skip to content
Zed

redact for Zed

com.eleyed/redact

Redact PII from text before it reaches a model. Nothing stored, no third-party AI.

client:Zed transport:streamable-http

Install redact in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "redact": {
      "url": "https://eleyed.com/api/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

redact in other clients