Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG) | INFO |
| PROXMOX_HOST | No | Your Proxmox server hostname or IP address | |
| PROXMOX_PORT | No | Port for the Proxmox API | 8006 |
| PROXMOX_USER | No | Your Proxmox username (e.g., username@pve) | |
| PROXMOX_API_KEY | No | Secure API key for production deployments | |
| PROXMOX_SERVICE | No | Proxmox service type | PVE |
| PROXMOX_MCP_CONFIG | No | Path to the Proxmox MCP configuration file | |
| PROXMOX_TOKEN_NAME | No | Your Proxmox API token name/ID | |
| PROXMOX_VERIFY_SSL | No | Whether to verify SSL certificates (set to false for self-signed certs) | false |
| PROXMOX_TOKEN_VALUE | No | Your Proxmox API token value |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |