Skip to content
Zed

PII Detector API for Zed

io.github.br0ski777/pii-detector

Detect PII in text: emails, phones, SSNs, credit cards, IPs. Regex + Luhn. x402.

client:Zed transport:sse

Install PII Detector API in Zed

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

{
  "context_servers": {
    "pii-detector": {
      "url": "https://pii-detector.api.klymax402.com/mcp"
    }
  }
}

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

PII Detector API in other clients