mcp-server-privacy
v1.0.0
Published
Model Context Protocol (MCP) server for automated PII sanitization, confidential compute boundaries, and prompt privacy budgeting.
Maintainers
Readme
mcp-server-privacy
Model Context Protocol (MCP) server for automated PII sanitization, confidential compute boundaries, and prompt privacy budgeting.
⚡ Canonical Features & Primitives
sanitize_pii_entities: Redacts emails, phone numbers, secret tokens, and financial accounts from raw prompt text before external model calls.evaluate_privacy_boundary: Checks prompt against GDPR, HIPAA, and corporate data leakage compliance standards.
🚀 Quick Start (Running with AI Clients)
Claude Desktop Integration
Add this snippet to your claude_desktop_config.json:
{
"mcpServers": {
"privacy": {
"command": "npx",
"args": ["-y", "mcp-server-privacy"]
}
}
}Cursor IDE / Windsurf Integration
Under MCP Settings, add a new stdio transport:
- Command:
npx -y mcp-server-privacy
📦 Local Installation & Development
npm install -g mcp-server-privacyOr run directly via stdio:
npx mcp-server-privacy📄 License
MIT License. Developed for the global AI agent and autonomous protocol ecosystem.
