Back to MCP Servers
Beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious agent behavior. The underlying idea is to provide the agent with tools it would never use in its normal work.
securityagent
By mariocandela
Installation
npx -y beelzebubConfiguration
{
"mcpServers": {
"beelzebub": {
"command": "npx",
"args": ["-y", "beelzebub"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes