We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/okta/okta-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•654 B
# Okta MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Required: Okta Organization URL (e.g., https://dev-123456.okta.com)
OKTA_ORG_URL=
# Required: OAuth Client ID from your Okta application
OKTA_CLIENT_ID=
# Required: API Scopes (space-separated, e.g., "okta.users.read okta.groups.manage")
OKTA_SCOPES=okta.users.read okta.groups.read
# Optional: For Private Key JWT authentication (browserless)
# Uncomment and set these if using Private Key JWT instead of Device Authorization
# OKTA_PRIVATE_KEY=
# OKTA_KEY_ID=
# Optional: Logging configuration
# OKTA_LOG_LEVEL=DEBUG
# OKTA_LOG_FILE=/app/logs/okta-mcp.log