pve-mcp-server

UriWise/pve-mcp-server
★ 0 stars Python Other Updated today
Read-only Proxmox VE MCP server (25 tools) — stdio transport, config via ~/.pve-mcp-server/config.json
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pve-mcp-server": {
      "command": "uvx",
      "args": [
        "pve-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pve-mcp-server