Turn your AI into a penetration tester with a security MCP server for offensive testing and attack simulation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"firebreak": {
"command": "npx",
"args": [
"-y",
"Nonmigratory-electrolysis990/Firebreak"
]
}
}
}
Run in terminal:
claude mcp add firebreak npx -y Nonmigratory-electrolysis990/Firebreak
Add to .cursor/mcp.json:
{
"mcpServers": {
"firebreak": {
"command": "npx",
"args": [
"-y",
"Nonmigratory-electrolysis990/Firebreak"
]
}
}
}