Loading MCP server directory, please wait...
Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities.
npx @getmcp/cli add io.github.revsmoke/promptrejectormcpRequires Node.js 18+. Community-contributed server. Review source before installing.
YOUR_API_KEYYour API key for the service
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.revsmoke/promptrejectormcp": {
"command": "npx",
"args": [
"-y",
"prompt-rejector"
],
"env": {
"YOUR_API_KEY": ""
}
}
}
}