diff --git a/README.md b/README.md index e848d22..6bbd99d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A Rust-based server designed to bridge the gap between a Wazuh Security Informat Modern AI assistants like Claude can benefit significantly from real-time context about the user's environment. For security operations, this means providing relevant security alerts and events. Wazuh is a popular open-source SIEM, but its API output isn't directly consumable by systems expecting MCP format. +![](media/wazuh-alerts-1.png) + ## Example Use Cases The Wazuh MCP Server, by bridging Wazuh's security data with MCP-compatible applications, unlocks several powerful use cases: diff --git a/media/.DS_Store b/media/.DS_Store new file mode 100644 index 0000000..b8863c1 Binary files /dev/null and b/media/.DS_Store differ diff --git a/media/wazuh-alerts-1.png b/media/wazuh-alerts-1.png new file mode 100644 index 0000000..0bc00b2 Binary files /dev/null and b/media/wazuh-alerts-1.png differ