★ 4 stars
TypeScript
🔌 API Integration
Updated 18d ago
GDPR / PII Redactor - MCP server that detects and redacts Personally Identifiable Information from raw text — deterministic regex, zero external APIs. Built with Vurb.ts
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-gdpr-pii-": {
"command": "npx",
"args": [
"-y",
"vinkius-labs/mcp-server-gdpr-pii-redactor"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-gdpr-pii- npx -y vinkius-labs/mcp-server-gdpr-pii-redactor
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-gdpr-pii-": {
"command": "npx",
"args": [
"-y",
"vinkius-labs/mcp-server-gdpr-pii-redactor"
]
}
}
}
📋 Copy
Topics
european-union gdpr gdpr-mcp-server mcp-servers vurb vurb-framework