We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjrestivo16/mcp-proxmox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•689 B
# 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