Operates Proxmox VE, Backup Server, Mail Gateway, and Datacenter Manager through governed MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Proximo.
The john-broadway/proximo MCP server gives MCP clients access to four Proxmox product surfaces: Proxmox Virtual Environment, Proxmox Backup Server, Proxmox Mail Gateway, and Proxmox Datacenter Manager. It also supports executing diagnostic commands inside containers through the same governed control plane.
The toolset is read-only by default. An agent can inspect node and guest status, examine logs, and investigate a container before making a change. When an operation would mutate state, the server produces a plan first rather than applying the mutation on the initial call. The plan names the expected blast radius. Changes produce a tamper-evident record in a hash-chained audit ledger.
The server runs locally as a Python package and communicates with a Proxmox API endpoint. MCP clients send requests through the server’s dispatch path, which applies the same trust controls across the supported transports. The README describes the design in terms of planning, proof, undo, and diagnosis; consent and containment are additional controls that can be raised by the operator.
Snapshot behavior depends on the platform operation. Proximo can snapshot before a risky in-container command and refuses to run that command when a required snapshot cannot be taken. For supported configuration changes, it retains the prior state so the change can be reversed. These safeguards depend on primitives available from the underlying Proxmox platform.
Install and run the package with uvx proximo-proxmox. Configure the MCP client with these environment variables:
PROXIMO_API_BASE_URL: the Proxmox API base URL, such as an endpoint ending in /api2/json.PROXIMO_NODE: the default Proxmox VE node name.PROXIMO_TOKEN_PATH: a file containing the token reference in the form USER@REALM!TOKENID=SECRET.The setup example supports Claude Desktop and Cursor. The token secret is kept in the referenced file rather than placed directly in the MCP client configuration. The repository also documents uvx proximo-proxmox doctor for a read-only preflight of what the configured token can do, and uvx proximo-proxmox mint for a least-privilege token runbook.
The john-broadway/proximo MCP server covers:
The README’s verification example queries the server’s tool registry directly, while the listing describes the release as providing 365 tools. The exact available tool set should therefore be checked against the installed version.
A Proxmox API endpoint, node name, and token file are required for the documented setup. Begin with a read-only token and grant write permissions only when needed. Snapshot and undo behavior is not universal: it depends on the platform exposing the necessary primitive. In particular, a risky in-container command is blocked when its required snapshot cannot be created.
The server is described as sovereign and agent-agnostic: the operator supplies the infrastructure and token, and the audit ledger is owned locally. The repository states that it does not phone home and does not require a standing cloud service unless the operator opts into one.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/john-broadway-proximo)<a href="https://allmcps.com/mcp/john-broadway-proximo"><img src="https://allmcps.com/api/badge/john-broadway-proximo?style=directory" alt="Proximo on AllMCPs" /></a>