🛡️ Defensive Security & System Hardening MCP Server for Linux — 31 tools with 250+ actions for blue team ops, compliance, hardening & incident response. DEFENSIVE USE ONLY.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"defense-mcp-server": {
"command": "npx",
"args": [
"-y",
"bottobot/defense-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add defense-mcp-server npx -y bottobot/defense-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"defense-mcp-server": {
"command": "npx",
"args": [
"-y",
"bottobot/defense-mcp-server"
]
}
}
}
📋 Copy