Google Workspace Directory MCP
by AngelN-Halo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUDIT_HMAC_KEY | No | Required for hashing; at least 32 characters; also pseudonymizes callers when set | |
| GOOGLE_MCP_HOST | No | Listen address; defaults to `0.0.0.0` in code | 0.0.0.0 |
| GOOGLE_MCP_PORT | No | Listen port; defaults to `8000` | 8000 |
| AUDIT_HASH_TARGETS | No | HMAC-pseudonymize targets when true | |
| GOOGLE_CUSTOMER_ID | Yes | Explicit Directory customer; `my_customer` is allowed only in explicit test mode | |
| GOOGLE_MCP_LOG_LEVEL | No | One of `CRITICAL`, `ERROR`, `WARNING`, `INFO`, or `DEBUG` | |
| GOOGLE_MCP_TEST_MODE | No | Must be explicitly `true` for unit/test configuration without API-key auth | |
| GOOGLE_ALLOWED_DOMAINS | Yes | Comma-separated Workspace domains accepted for users and aliases | |
| GOOGLE_DELEGATED_ADMIN | Yes | Fixed delegated Workspace admin subject | |
| GOOGLE_EXPOSE_ORG_UNIT | No | Defaults to `true` | true |
| GOOGLE_EXPOSE_2SV_FLAGS | No | Defaults to `true` | true |
| GOOGLE_EXPOSE_LAST_LOGIN | No | Defaults to `true` | true |
| GOOGLE_EXPOSE_ADMIN_FLAGS | No | Defaults to `false`; disabled fields are returned as `null` | false |
| GOOGLE_MCP_GATEWAY_SECRET | No | Random shared API key; never a tool argument or log value | |
| GOOGLE_SERVICE_ACCOUNT_FILE | Yes | Absolute in-container path to the mounted JSON credential | |
| GOOGLE_MCP_GATEWAY_SECRET_HEADER | No | API-key header name; defaults to `Authorization` and expects `Bearer <key>` | Authorization |
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 | |