MCP Directory
Back

PII-Shield

by gregmos · TypeScript · ★ 119

PII anonymization (MCP + Skill for Claude and CLI for the rest)

Install

npx -y github:gregmos/PII-Shield

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "pii-shield": {
      "command": "npx",
      "args": [
        "-y",
        "github:gregmos/PII-Shield"
      ]
    }
  }
}

From the README

🛡️ PII Shield Anonymize documents before Claude sees them. Restore real data after analysis. |---|---| | **Standalone CLI** () | Anyone — anonymize files locally for any LLM (or just for compliance / GDPR). Pure offline. | | | **Claude Desktop / Code extension** ( + ) | Claude Desktop and Claude Code users — get tools + skill + in-chat HITL panel. | Drag the from a release into Settings → Extensions, then upload the | > **v2 is a complete Node.js rewrite.** The original Python product is still available — see [What happened to v1?](#what-happened-to-v1…
Read full README on GitHub →

Related other servers