Cursor Proxmox MCP for Zed
io.github.hackmods/cursor-proxmox-mcp
Manage Proxmox VE via Cursor: QEMU, LXC, storage, HA, firewall, access.
client:Zed
transport:stdio
runtime:pypi
Install Cursor Proxmox MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cursor-proxmox-mcp": {
"command": "uvx",
"args": [
"cursor-proxmox-mcp"
],
"env": {
"PROXMOX_MCP_CONFIG": "<PROXMOX_MCP_CONFIG>",
"PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>",
"PROXMOX_MCP_VERBOSE": "<PROXMOX_MCP_VERBOSE>",
"PROXMOX_MCP_LOG_LEVEL": "<PROXMOX_MCP_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs