MCP Directory
Back

PII-Shield

by gregmos · TypeScript · ★ 75

MCP + Skill for Claude Cowork for PII anonymization

Install

npx -y github:gregmos/PII-Shield

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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. ------|---------| | 🔒 | **Zero PII in API** | reads the document on your machine and returns only a file path + session id. Claude reads the anonymized file from disk — PII never enters an API request. | | 🧠 | **GLiNER zero-shot NER** | [](https://huggingface.co/knowledgator/gliner-pii-base-v1.0) over + (pinned triplet 1.22.0, deterministic ). Handles ALL-CAPS, domain-specific names, multilingual text. No Python, no PyTorch. | | 👤 | **Human-in-the-Loop review…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers