JoshuaGreeff/proxmox-mcp
Typed MCP server for operating Proxmox VE through official REST, SSH/CLI, and policy-gated shell/file access.
Platform-specific configuration:
{
"mcpServers": {
"proxmox-mcp": {
"command": "npx",
"args": [
"-y",
"proxmox-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/JoshuaGreeff/proxmox-mcp/actions/workflows/ci.yml) [](https://github.com/JoshuaGreeff/proxmox-mcp/actions/workflows/codeql.yml) [](https://github.com/JoshuaGreeff/proxmox-mcp/actions/workflows/scorecards.yml) [](./LICENSE) [](./docs/production-readiness.md) [](https://github.com/JoshuaGreeff/proxmox-mcp/stargazers)
Proxmox-MCP is a typed MCP server for operating Proxmox VE through three layers used together:
The server is built against the official Proxmox API schema vendored in vendor/pve-docs.
The framework grows by validated domain modules. A workflow only becomes a typed MCP tool after it has been exercised end-to-end in the lab. Everything else remains available through the generic API/CLI/shell/file escape hatches until it is validated.
The maintained schema-derived roadmap for module coverage lives in module-inventory.md.
What this is:
Loading reviews...