Serversio.github.RekklesNA/proxmox-mcp-plus
P

ProxmoxMCP-Plus

io.github.RekklesNA/proxmox-mcp-plus · v0.5.0
▦ pypi
v0.5.0pypi pypi: proxmox-mcp-plus↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.RekklesNA/proxmox-mcp-plus",
  "description": "Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.",
  "title": "ProxmoxMCP-Plus",
  "repository": {
    "url": "https://github.com/RekklesNA/ProxmoxMCP-Plus",
    "source": "github",
    "id": "988856738"
  },
  "version": "0.5.0",
  "websiteUrl": "https://github.com/RekklesNA/ProxmoxMCP-Plus",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/RekklesNA/ProxmoxMCP-Plus/main/docs/assets/logo-proxmoxmcp-plus-400.png",
      "mimeType": "image/png",
      "sizes": [
        "400x400"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "proxmox-mcp-plus",
      "version": "0.5.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional path to a JSON config file. If set, file config is used before environment variable fallback.",
          "format": "filepath",
          "name": "PROXMOX_MCP_CONFIG"
        },
        {
          "description": "Hostname or IP address of the Proxmox VE API endpoint.",
          "isRequired": true,
          "format": "string",
          "name": "PROXMOX_HOST"
        },
        {
          "description": "Proxmox username with realm, for example root@pam.",
          "isRequired": true,
          "format": "string",
          "name": "PROXMOX_USER"
        },
        {
          "description": "Name of the Proxmox API token.",
          "isRequired": true,
          "format": "string",
          "name": "PROXMOX_TOKEN_NAME"
        },
        {
          "description": "Secret value of the Proxmox API token.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PROXMOX_TOKEN_VALUE"
        },
        {
          "description": "Proxmox API port. Defaults to 8006.",
          "format": "string",
          "name": "PROXMOX_PORT"
        },
        {
          "description": "Set to true to verify TLS certificates, or false for self-signed lab environments.",
          "format": "string",
          "name": "PROXMOX_VERIFY_SSL"
        },
        {
          "description": "Set to true when using verify_ssl=false in a self-signed lab environment.",
          "format": "string",
          "name": "PROXMOX_DEV_MODE"
        },
        {
          "description": "Proxmox service type. Defaults to PVE.",
          "format": "string",
          "name": "PROXMOX_SERVICE"
        },
        {
          "description": "Server log verbosity. Defaults to INFO.",
          "format": "string",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}