io.github.NANDI-Services/nandi-proxmox-mcp · v0.2.4
MCP server for Proxmox VE management (VM, LXC, nodes)
nandi-proxmox-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"nandi-proxmox-mcp": {
"command": "npx",
"args": [
"-y",
"nandi-proxmox-mcp"
],
"env": {
"NANDI_PROXMOX_CONFIG": "<NANDI_PROXMOX_CONFIG>"
}
}
}
}NANDI_PROXMOX_CONFIG必填Absolute path to local Proxmox MCP config JSON generated by setup.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.NANDI-Services/nandi-proxmox-mcp",
"type": "mcp-server",
"version": "0.2.4",
"displayName": "nandi-proxmox-mcp",
"description": "MCP server for Proxmox VE management (VM, LXC, nodes)",
"repository": {
"url": "https://github.com/NANDI-Services/proxmox-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "nandi-proxmox-mcp",
"version": "0.2.4",
"transport": "stdio",
"environmentVariables": [
{
"name": "NANDI_PROXMOX_CONFIG",
"description": "Absolute path to local Proxmox MCP config JSON generated by setup.",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.NANDI-Services/nandi-proxmox-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.NANDI-Services%2Fnandi-proxmox-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}