Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pii-shield": {
"command": "python",
"args": [
"${__dirname}/../server/pii_shield_server.py"
],
"env": {
"PII_MIN_SCORE": "${user_config.PII_MIN_SCORE}",
"PII_GLINER_MODEL": "${user_config.GLINER_MODEL}"
}
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
PII_MIN_SCORE=${user_config.PII_MIN_SCORE}PII_GLINER_MODEL=${user_config.GLINER_MODEL}npx claudepluginhub adrianlerer/pii-shield