CyberStrikeAI (MCP Server)

GitHub

The system of action for AI-native cybersecurityβ€”where intent becomes governed execution, evidence becomes operational memory, and every operation improves the next.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "CyberStrikeAI": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-CyberStrikeAI"
      ]
    }
  }
}