# Proxmox MCP Server - Environment Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# Proxmox Connection Settings
# =============================================================================
# Your Proxmox server hostname or IP
PROXMOX_HOST=192.168.1.100
# Proxmox API port (default: 8006)
PROXMOX_PORT=8006
# SSL verification - set to true if you have valid certificates
PROXMOX_VERIFY_SSL=false
# =============================================================================
# Authentication (Choose ONE method)
# =============================================================================
# METHOD 1: API Token (RECOMMENDED)
# Create a token in Proxmox: Datacenter > Permissions > API Tokens
# Format: username@realm!tokenid
PROXMOX_API_TOKEN_ID=mcp-reader@pve!proxmox-mcp
PROXMOX_API_TOKEN_SECRET=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# METHOD 2: Username/Password (less secure, use only for testing)
# PROXMOX_USERNAME=root
# PROXMOX_PASSWORD=your-password
# PROXMOX_REALM=pam
# =============================================================================
# MCP Server Settings
# =============================================================================
# Host to bind the SSE server to (0.0.0.0 for all interfaces)
MCP_SERVER_HOST=0.0.0.0
# Port for the MCP SSE server
MCP_SERVER_PORT=8080
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/teomarcdhio/proxmox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server