Strac MCP DLP for Zed
io.github.strac-io/strac-mcp-dlp
Detect and redact PII, PHI, PCI and secrets in text and files before an AI agent sees them.
client:Zed
transport:stdio
runtime:pypi
Install Strac MCP DLP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"strac-mcp-dlp": {
"command": "uvx",
"args": [
"strac-mcp-dlp"
],
"env": {
"STRAC_API_KEY": "<STRAC_API_KEY>",
"STRAC_API_BASE": "<STRAC_API_BASE>",
"STRAC_API_TIMEOUT": "<STRAC_API_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs