Proxmox VE MCP Server✓
io.github.Samik081/mcp-pve · v0.6.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Samik081/mcp-pve",
"description": "Manage Proxmox VE through AI assistants",
"title": "Proxmox VE MCP Server",
"repository": {
"url": "https://github.com/Samik081/mcp-pve",
"source": "github"
},
"version": "0.6.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@samik081/mcp-pve",
"version": "0.6.0",
"runtimeHint": "node",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the Proxmox VE instance (e.g. https://pve.example.com:8006)",
"isRequired": true,
"name": "PVE_BASE_URL"
},
{
"description": "Proxmox VE API token ID (e.g. user@pam!token-name)",
"isRequired": true,
"isSecret": true,
"name": "PVE_TOKEN_ID"
},
{
"description": "Proxmox VE API token secret",
"isRequired": true,
"isSecret": true,
"name": "PVE_TOKEN_SECRET"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/samik081/mcp-pve:0.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the Proxmox VE instance (e.g. https://pve.example.com:8006)",
"isRequired": true,
"name": "PVE_BASE_URL"
},
{
"description": "Proxmox VE API token ID (e.g. user@pam!token-name)",
"isRequired": true,
"isSecret": true,
"name": "PVE_TOKEN_ID"
},
{
"description": "Proxmox VE API token secret",
"isRequired": true,
"isSecret": true,
"name": "PVE_TOKEN_SECRET"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}