ProxmoxMCP
Verified Safeby 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
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
mcp-servicenow-nodejs
Automate and manage ServiceNow instances (single or multiple) through a Model Context Protocol (MCP) server, offering dynamic schema discovery, generic and specialized ITSM tools, local script development synchronization, and natural language querying.
mcp-server-nodejs-api-docs
This MCP server provides up-to-date documentation and a search mechanism for Node.js built-in core API modules to assist language models in generating accurate Node.js-related responses.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.
material-web-mcp
Provides an MCP server for AI agents to programmatically access Material Web documentation, generate templates, and validate HTML code.