entra-scim-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENTRA_CLIENT_ID | No | App registration (client) GUID | |
| ENTRA_TENANT_ID | No | Directory (tenant) GUID | |
| ENTRA_SCIM_DRY_RUN | No | Set to '1': tools run all client-side validation, then return the exact request that would have been sent instead of sending it. No token is acquired — works with zero credential config. | |
| ENTRA_CLIENT_SECRET | No | Client secret value (dev) | |
| ENTRA_SCIM_BASE_URL | No | Override the SCIM base URL (default https://graph.microsoft.com/rp/scim). Point it at the local mock. | https://graph.microsoft.com/rp/scim |
| ENTRA_CLIENT_CERT_PATH | No | Path to a PEM containing the certificate and private key | |
| ENTRA_SCIM_STATIC_TOKEN | No | Use a fixed bearer token instead of Azure AD. Guardrails: requires ENTRA_SCIM_BASE_URL, refuses any *.microsoft.com / *.microsoft.us host, warns on non-loopback hosts, and cannot be combined with a real credential. Tenant/client IDs are not required in this mode. | |
| ENTRA_CLIENT_CERT_PASSWORD | No | Password if the PEM is encrypted |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues