Skip to content
Cursor

entraadm MCP for Cursor

io.github.shigechika/entraadm-mcp

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

client:Cursor transport:stdio runtime:pypi

Install entraadm MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "entraadm-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "entraadm-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

entraadm MCP in other clients