Proxmox VE MCP Server for Zed
io.github.samik081/mcp-pve
Manage Proxmox VE through AI assistants
client:Zed
transport:stdio
runtime:npm
Install Proxmox VE MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-pve": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "<PVE_BASE_URL>",
"PVE_TOKEN_ID": "<PVE_TOKEN_ID>",
"PVE_TOKEN_SECRET": "<PVE_TOKEN_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs