Back to Home
Harryc6 icon

ProxmoxMCP

Verified Safe

by Harryc6

Overview

The Proxmox MCP server provides read-only access to Proxmox cluster, guest, and storage information for agents to update documentation and monitoring systems.

Installation

Run Command
node "/path/to/proxmox-mcp/bin/proxmox-mcp-server.js"

Environment Variables

  • PROXMOX_API_URL
  • PROXMOX_API_TOKEN_ID
  • PROXMOX_API_TOKEN_SECRET
  • PROXMOX_TLS_INSECURE

Security Notes

The server is designed to be read-only, connecting to Proxmox via a dedicated API token with limited (e.g., PVEAuditor) permissions, which is a strong security practice. Secrets are handled via environment variables, preventing hardcoding. The `PROXMOX_TLS_INSECURE` flag allows bypassing TLS verification for self-signed certificates, which is noted in the README as a potential security risk if misused but provides flexibility for lab environments. No 'eval' or direct arbitrary code execution patterns are observed.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-10

Tags

ProxmoxMCPNode.jsAPIDocumentation