Skip to main content
Glama
darrenjrobinson

entra-scim-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENTRA_CLIENT_IDNoApp registration (client) GUID
ENTRA_TENANT_IDNoDirectory (tenant) GUID
ENTRA_SCIM_DRY_RUNNoSet 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_SECRETNoClient secret value (dev)
ENTRA_SCIM_BASE_URLNoOverride 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_PATHNoPath to a PEM containing the certificate and private key
ENTRA_SCIM_STATIC_TOKENNoUse 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_PASSWORDNoPassword 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources