c2siorg/PII-Safe
PII-Safe is a middleware and MCP compatible privacy plugin that automatically detects, redacts, or pseudonymizes personal data before it reaches an LLM or is stored in memory. The project aims to make agentic AI deployments safer, more compliant, and production-ready without compromising analytical value.
Platform-specific configuration:
{
"mcpServers": {
"PII-Safe": {
"command": "npx",
"args": [
"-y",
"PII-Safe"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...