Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to any value to enable debug logging to stderr | |
| MCP_HOST | No | HTTP server bind address (only used when MCP_TRANSPORT=http) | 0.0.0.0 |
| MCP_PORT | No | HTTP server port (only used when MCP_TRANSPORT=http) | 3000 |
| PVE_BASE_URL | Yes | URL of your PVE instance (e.g. https://pve:8006) | |
| PVE_TOKEN_ID | Yes | API token ID (user@realm!tokenname) | |
| MCP_TRANSPORT | No | Transport mode: stdio or http | stdio |
| PVE_CATEGORIES | No | Comma-separated category allowlist (nodes, qemu, lxc, storage, cluster, access, pools, network, firewall, backup, tasks, ha) | all |
| PVE_VERIFY_SSL | No | Set false for self-signed certs | true |
| PVE_ACCESS_TIER | No | read-only, read-execute, or full | full |
| PVE_TOKEN_SECRET | Yes | API token UUID secret | |
| PVE_TOOL_BLACKLIST | No | Comma-separated list of tool names to exclude (e.g., pve_delete_qemu_vm) | |
| PVE_TOOL_WHITELIST | No | Comma-separated list of tool names to force-include, bypassing access tier and category filters | |
| MCP_EXCLUDE_TOOL_TITLES | No | Set true to omit tool titles from registration (saves tokens) | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |