Initial proxmox-mcp: MCP server for vessel troubleshoot stack.

Part of GeneseasX golden-vessel tooling (see homelab-vault Projects/vessel-troubleshoot-stack).
This commit is contained in:
2026-06-12 22:54:08 +03:00
commit dab31bf8d3
17 changed files with 739 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Proxmox VE API (token from Datacenter → Permissions → API Tokens)
PROXMOX_URL=https://10.20.30.254:8006
PROXMOX_TOKEN_ID=root@pam!cursor
PROXMOX_TOKEN_SECRET=
PROXMOX_VERIFY_SSL=false
PROXMOX_TIMEOUT=60
PROXMOX_ALLOW_WRITES=false
PROXMOX_TARGETS_PATH=~/.local/share/proxmox-mcp/targets.json