# ServiceNow MCP Server Environment Variables
# ServiceNow Instance URL
SERVICENOW_INSTANCE_URL=https://your-instance.service-now.com/
# Authentication - Basic Auth
SERVICENOW_USERNAME=your-username
SERVICENOW_PASSWORD=your-password
# Authentication - Token Auth (alternative to Basic Auth)
# SERVICENOW_TOKEN=your-token
# Authentication - OAuth (alternative to Basic Auth)
# SERVICENOW_CLIENT_ID=your-client-id
# SERVICENOW_CLIENT_SECRET=your-client-secret
# SERVICENOW_USERNAME=your-username
# SERVICENOW_PASSWORD=your-password