A Rust-based MCP server bridging Wazuh SIEM with AI assistants, providing real-time security alerts and event data for enhanced contextual understanding.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-server-wazuhAgent-CoreX intelligently routes which tools from gbrigandi/mcp-server-wazuh your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-server-wazuh": {
"command": "npx",
"args": [
"-y",
"mcp-server-wazuh"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-server-wazuhAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use gbrigandi/mcp-server-wazuh directly without routing
npx -y mcp-server-wazuhNew to Agent-CoreX? View setup guide →