# Proxmox MCP Server Environment Configuration
# Proxmox API URL (typically port 8006)
PROXMOX_URL=https://your-proxmox-host:8006
# Proxmox user (format: username@realm, e.g., root@pam)
PROXMOX_USER=root@pam
# API Token Authentication (Recommended)
# To create an API token:
# 1. Log into Proxmox web UI
# 2. Go to Datacenter > Permissions > API Tokens
# 3. Click "Add" to create a new token
# 4. Uncheck "Privilege Separation" for full access
# 5. Save the token ID and secret
PROXMOX_TOKEN_ID=your_token_id
PROXMOX_TOKEN_SECRET=your_token_secret
# Password Authentication (Alternative)
# Note: API token authentication is more secure and recommended
# PROXMOX_PASSWORD=your_password