a year ago
A PII detection Agent which helps you detect PII entities in a given prompt.
Server Config
{
"mcpServers": {
"zt-pii-detection": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"vijaykaravadra98/zt-pii-agent:latest"
]
}
}
}