MCP server and daily open dataset for the Microsoft 365 roadmap and Azure service status
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"m365-radar": {
"command": "npx",
"args": [
"-y",
"DimaVasilenko-Intune/m365-radar"
]
}
}
}
Run in terminal:
claude mcp add m365-radar npx -y DimaVasilenko-Intune/m365-radar
Add to .cursor/mcp.json:
{
"mcpServers": {
"m365-radar": {
"command": "npx",
"args": [
"-y",
"DimaVasilenko-Intune/m365-radar"
]
}
}
}