irm-mcp-server

dethakur-microsoft/irm-mcp-server
★ 0 stars TypeScript 🌐 Browser/Web Updated today
MCP server for Microsoft Purview Insider Risk Management browse alerts, cases, policies, users, and analytics via natural language
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": {
    "irm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dethakur-microsoft/irm-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for **Microsoft Purview Insider Risk Management (IRM)**. Authenticates via browser login (Playwright), then calls Purview's internal IRM APIs through the portal's apiproxy. Tenant ID is auto-detected from your login session. ```bash npm install npm run install-browser npm run build ``` No manual tenant ID configuration is needed — it's auto-detected from the Purview URL after you log in.

Tools (2)

loginlogout