# PromptGuard

**Category:** 🔒 Security  
**Repository:** https://github.com/acebot712/promptguard  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/promptguard

## Description
Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "promptguard": {
    "command": "npx",
    "args": ["-y","promptguard"]
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

