Sentinel-MCP-Tools

samilamppu/Sentinel-MCP-Tools
★ 5 stars Unknown language 🤖 AI/LLM Updated 3mo ago
A collection of MCP tools, YAML agent definitions, and guidance for integrating MCP workflows with Microsoft Sentinel.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sentinel-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "samilamppu/Sentinel-MCP-Tools"
      ]
    }
  }
}