AI & ML
Trust: 34/100 (Limited)io.github.revsmoke/promptrejectormcp Guide
Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities.
1 starsby revsmoke
Quick Start
Install
npx prompt-rejectorClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-revsmoke-promptrejectormcp": {
"command": "npx",
"args": [
"prompt-rejector"
]
}
}
}