Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG for more detail) | INFO |
| PYTHONPATH | No | Python path for the source code | |
| PROXMOX_HOST | No | Your Proxmox server hostname or IP address | |
| PROXMOX_PORT | No | Proxmox server port | 8006 |
| PROXMOX_USER | No | Your Proxmox username (e.g., username@pve) | |
| PROXMOX_API_KEY | No | Secure API key for production use | |
| PROXMOX_SERVICE | No | Proxmox service type | PVE |
| PROXMOX_MCP_CONFIG | No | Path to the Proxmox MCP configuration JSON file | |
| PROXMOX_TOKEN_NAME | No | API token ID for authentication | |
| PROXMOX_VERIFY_SSL | No | Whether to verify SSL certificates (set false for self-signed certs) | false |
| PROXMOX_TOKEN_VALUE | No | API token value for authentication |
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 | |