google-workspace-admin-mcp
by micahyee415
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default: `8080`; Cloud Run sets this automatically) | 8080 |
| TARGET_OU | No | Organizational unit new users are created into (default: `/Employees`) | /Employees |
| COMPANY_NAME | No | Display name used in the credentials email (default: `Example Corp`) | Example Corp |
| ALLOWED_USERS | No | Per-user allowlist on top of the domain check (comma-separated emails). Unset = domain check only. | |
| ALLOWED_DOMAIN | Yes | Only verified Google accounts at this domain may connect (default: `example.com`) | |
| SLACK_BOT_TOKEN | Yes | Slack bot token for the never-reuse check (from Secret Manager on Cloud Run) | |
| CREDENTIALS_FROM | No | From: address for the credentials email (default: `it@<ALLOWED_DOMAIN>`) | |
| GOOGLE_CLIENT_ID | Yes | GCP OAuth 2.0 client ID (per-user sign-in) | |
| GWS_ADMIN_SUBJECT | Yes | Workspace admin user the DWD service account impersonates | |
| DWD_SERVICE_ACCOUNT | Yes | Service account that self-signs the delegation JWT (keyless, via `signJwt`) | |
| GOOGLE_CLIENT_SECRET | Yes | GCP OAuth 2.0 client secret |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/micahyee415/google-workspace-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server