RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.RekklesNA/proxmox-mcp-plus · v0.5.8
Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.
ProxmoxMCP-Plus 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"proxmox-mcp-plus": {
"command": "uvx",
"args": [
"proxmox-mcp-plus"
],
"env": {
"PROXMOX_HOST": "<PROXMOX_HOST>",
"PROXMOX_USER": "<PROXMOX_USER>",
"PROXMOX_TOKEN_NAME": "<PROXMOX_TOKEN_NAME>",
"PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>"
}
}
}
}PROXMOX_MCP_CONFIG可选Optional path to a JSON config file. If set, file config is used before environment variable fallback.
PROXMOX_HOST必填Hostname or IP address of the Proxmox VE API endpoint.
PROXMOX_USER必填Proxmox username with realm, for example root@pam.
PROXMOX_TOKEN_NAME必填Name of the Proxmox API token.
PROXMOX_TOKEN_VALUE必填secretSecret value of the Proxmox API token.
PROXMOX_PORT可选Proxmox API port. Defaults to 8006.
PROXMOX_VERIFY_SSL可选Set to true to verify TLS certificates, or false for self-signed lab environments.
PROXMOX_DEV_MODE可选Set to true when using verify_ssl=false in a self-signed lab environment.
PROXMOX_SERVICE可选Proxmox service type. Defaults to PVE.
LOG_LEVEL可选Server log verbosity. Defaults to INFO.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.RekklesNA/proxmox-mcp-plus",
"type": "mcp-server",
"version": "0.5.8",
"displayName": "ProxmoxMCP-Plus",
"description": "Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.",
"repository": {
"url": "https://github.com/RekklesNA/ProxmoxMCP-Plus",
"source": "github"
},
"homepage": "https://github.com/RekklesNA/ProxmoxMCP-Plus",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "proxmox-mcp-plus",
"version": "0.5.8",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "PROXMOX_MCP_CONFIG",
"description": "Optional path to a JSON config file. If set, file config is used before environment variable fallback."
},
{
"name": "PROXMOX_HOST",
"description": "Hostname or IP address of the Proxmox VE API endpoint.",
"isRequired": true
},
{
"name": "PROXMOX_USER",
"description": "Proxmox username with realm, for example root@pam.",
"isRequired": true
},
{
"name": "PROXMOX_TOKEN_NAME",
"description": "Name of the Proxmox API token.",
"isRequired": true
},
{
"name": "PROXMOX_TOKEN_VALUE",
"description": "Secret value of the Proxmox API token.",
"isRequired": true,
"isSecret": true
},
{
"name": "PROXMOX_PORT",
"description": "Proxmox API port. Defaults to 8006."
},
{
"name": "PROXMOX_VERIFY_SSL",
"description": "Set to true to verify TLS certificates, or false for self-signed lab environments."
},
{
"name": "PROXMOX_DEV_MODE",
"description": "Set to true when using verify_ssl=false in a self-signed lab environment."
},
{
"name": "PROXMOX_SERVICE",
"description": "Proxmox service type. Defaults to PVE."
},
{
"name": "LOG_LEVEL",
"description": "Server log verbosity. Defaults to INFO."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.RekklesNA/proxmox-mcp-plus",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.RekklesNA%2Fproxmox-mcp-plus/versions/latest",
"isOfficial": true,
"status": "active"
}
}