This project is a sophisticated **Model Context Protocol (MCP) server** for Microsoft Graph Security API Incident and Alert management
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-graphsecurityinc go run github.com/LaurieRhodes/MCP-GraphSecurityIncidents@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-graphsecurityinc": {
"command": "go",
"args": [
"run",
"github.com/LaurieRhodes/MCP-GraphSecurityIncidents@latest"
]
}
}
}