This project provides a modular, resource-oriented FastMCP server for interacting with Microsoft Graph API. It is designed for extensibility
This project provides a modular, resource-oriented FastMCP server for interacting with Microsoft Graph API. It is designed for extensibility, maintainability, and. Exposed over MCP by the entraid mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
This project provides a modular, resource-oriented FastMCP server for interacting with Microsoft Graph API. It is designed for extensibility, maintainability, and security, supporting advanced queries for users, sign-in logs, MFA status, and privileged users.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Everything the assistant can do here goes through one of these:
AuditLog.Read.All — ApplicationAuthenticationContext.Read.All — ApplicationDeviceManagementManagedDevices.Read.All — ApplicationDirectory.Read.All — ApplicationGroup.Read.All — ApplicationGroupMember.Read.All — ApplicationGroup.ReadWrite.All — ApplicationPolicy.Read.All — ApplicationRoleManagement.Read.Directory — ApplicationUser.Read.All — ApplicationUser-PasswordProfile.ReadWrite.All — ApplicationUserAuthenticationMethod.Read.All — ApplicationYou will need 3 environment variables: TENANT_ID, CLIENT_ID, CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Entraid's toolset — AuditLog.Read.All, AuthenticationContext.Read.All, DeviceManagementManagedDevices.Read.All and 10 more — is a fair guide to whether it matches your workflow. It is maintained by hieuttmmo; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| AuditLog.Read.All | Application |
| AuthenticationContext.Read.All | Application |
| DeviceManagementManagedDevices.Read.All | Application |
| Directory.Read.All | Application |
| Group.Read.All | Application |
| GroupMember.Read.All | Application |
| Group.ReadWrite.All | Application |
| Policy.Read.All | Application |
| RoleManagement.Read.Directory | Application |
| User.Read.All | Application |
| User-PasswordProfile.ReadWrite.All | Application |
| UserAuthenticationMethod.Read.All | Application |
| Application.ReadWrite.All | Application |
| Variable | Description | Required |
|---|---|---|
| TENANT_ID | Configuration value read at startup. | Optional |
| CLIENT_ID | Configuration value read at startup. | Optional |
| CLIENT_SECRET | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
A Model Context Protocol (MCP) server that enables AI assistants to integrate with Prometheus Alertmanager
Auth0 Model Context Protocol (MCP) Server (Beta) — A secure and extendable implementation of an MCP server that provides AI assistants with
Query Onchain data, like ERC20 tokens, transaction history, smart contract state.