Skip to main content
Glama

Workspace ONE UEM MCP Server

by XuyangZhang0
env.example1.3 kB
# Workspace ONE UEM Configuration # Copy this file to .env and fill in your values # Base URL of your Workspace ONE UEM instance (without trailing slash) # For SaaS: https://cn####.awmdm.com or https://as####.awmdm.com # For on-premise: https://your-uem-server.company.com WS1_UEM_BASE_URL=https://cn1506.awmdm.com # API Key (also called Tenant Code) # Found in: Groups & Settings > All Settings > System > Advanced > API > REST API WS1_UEM_API_KEY=your-api-key-here # ===== OAUTH AUTHENTICATION (RECOMMENDED) ===== # Client ID and Secret from OAuth Client Management # Navigate to: Groups & Settings > Configurations > OAuth Client Management WS1_UEM_CLIENT_ID=your-client-id WS1_UEM_CLIENT_SECRET=your-client-secret # OAuth Token URL for your region: # North America: https://na.uemauth.vmwservices.com/connect/token # Europe: https://eur.uemauth.vmwservices.com/connect/token # Asia Pacific (Sydney): https://apac.uemauth.vmwservices.com/connect/token # See: https://kb.omnissa.com/s/article/2960893 WS1_UEM_TOKEN_URL=https://na.uemauth.vmwservices.com/connect/token # ===== BASIC AUTHENTICATION (ALTERNATIVE) ===== # If not using OAuth, you can use Basic Auth with username/password # Note: OAuth is more secure and recommended WS1_UEM_USERNAME=admin@company.com WS1_UEM_PASSWORD=your-password

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/XuyangZhang0/workspace-one-uem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server