forked from agentify-sh/cursor-proxmox-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
wiki-sync edited this page Jul 19, 2026
·
3 revisions
Full first-run guide: SETUP.md in the repo.
{
"mcpServers": {
"proxmox": {
"command": "uvx",
"args": ["--from", "C:/Users/YOU/Projects/cursor-proxmox-mcp", "cursor-proxmox-mcp"],
"env": {
"PROXMOX_MCP_CONFIG": "C:/Users/YOU/Projects/cursor-proxmox-mcp/proxmox-config/config.json"
}
}
}
}Prefer only PROXMOX_MCP_CONFIG (tokens in the JSON file / ${ENV} interpolation). Do not put token secrets in committed files.
- Settings → MCP → Disable proxmox → Enable.
- Confirm tool count ~152. If still ~13–14 tools, fully quit Cursor and reopen (stale catalog).
- Avoid bare
uvx proxmox-mcp-server— that installs a different PyPI project. - Smoke:
get_nodes,get_version,get_containers.
Proxmox tokens default to privsep=Yes: ACL must be on user@realm!tokenid. Empty lists often mean missing token ACL — use get_token_permissions.
cursor-proxmox-mcp
Repo