# Azure/Azure-Sentinel | Model Context Protocol (MCP) Server > Cloud-native SIEM for intelligent security analytics for your entire enterprise. - **Stars**: ⭐ 6,044 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Azure-Sentinel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Azure-Sentinel" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Azure-Sentinel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Azure-Sentinel" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Azure-Sentinel` - **Docker**: `docker run -i --rm mcp/Azure-Sentinel`