Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
PROXMOX_HOST | No | Hostname or IP address of the Proxmox server | |
PROXMOX_PORT | No | Port for the Proxmox API (default: 8006) | 8006 |
PROXMOX_USER | No | Proxmox username (format: username@pve) | |
PROXMOX_API_KEY | No | Optional API key for securing the OpenAPI service | |
PROXMOX_SERVICE | No | Proxmox service name (default: PVE) | PVE |
PROXMOX_MCP_CONFIG | No | Path to the configuration JSON file for the Proxmox MCP server | |
PROXMOX_TOKEN_NAME | No | Name of the API token for Proxmox authentication | |
PROXMOX_VERIFY_SSL | No | Whether to verify SSL certificates (default: false) | false |
PROXMOX_TOKEN_VALUE | No | Value of the API token for Proxmox 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 |