MCP-GraphSecurityIncidents

LaurieRhodes/MCP-GraphSecurityIncidents
★ 15 stars Go 🔒 Security Updated 6mo ago
This project is a sophisticated **Model Context Protocol (MCP) server** for Microsoft Graph Security API Incident and Alert management
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": {
    "mcp-graphsecurityinc": {
      "command": "go",
      "args": [
        "run",
        "github.com/LaurieRhodes/MCP-GraphSecurityIncidents@latest"
      ]
    }
  }
}