Proxmox Mcp
@akmalovaa
关于 Proxmox Mcp
Minimal Proxmox VE MCP server for Claude — 38 tools, one Docker command, read-only by default
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"proxmox": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PROXMOX_HOST",
"-e",
"PROXMOX_USER",
"-e",
"PROXMOX_PASSWORD",
"ghcr.io/akmalovaa/proxmox-mcp:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Proxmox Mcp?
An MCP server for managing Proxmox VE. It exposes 38 tools covering nodes, QEMU VMs, LXC containers, storage, cluster, and snapshots. Designed for LLM agents to interact with a Proxmox environment via natural language.
How to use Proxmox Mcp?
Run the server as a single Docker container: docker run ghcr.io/akmalovaa/proxmox-mcp:latest. Pass authentication as environment variables (PROXMOX_HOST, PROXMOX_USER, plus password or token). Add an entry to your Claude configuration (claude_desktop_config.json or ~/.claude/settings.json) to register the MCP server.
Key features of Proxmox Mcp
- Single multi-arch Docker image (amd64 + arm64)
- Configuration via environment variables only, no files or database
- Read-only by default; destructive operations require an explicit risk level
- Tiny codebase: pure stdio MCP over the Proxmoxer library
- Raw JSON output, no formatting or emoji, optimized for LLM consumption
Use cases of Proxmox Mcp
- Manage VMs and LXC containers through conversational AI
- Query node, storage, and cluster status from Proxmox
- Automate snapshot creation and management across resources
- Perform safe, read-only Proxmox inspections with default risk settings
FAQ from Proxmox Mcp
How do I authenticate to Proxmox?
Set PROXMOX_HOST and PROXMOX_USER, plus either PROXMOX_PASSWORD or the recommended token pair PROXMOX_TOKEN_NAME and PROXMOX_TOKEN_VALUE.
Is the server read-only by default?
Yes. Destructive operations are gated behind an explicit PROXMOX_RISK_LEVEL environment variable that must be set to a higher level.
What runtime is required?
Only Docker. The image is multi-arch and supports amd64 and arm64 hosts.
How do I configure it with Claude?
Add a proxmox entry under mcpServers in your Claude configuration file, using the Docker command and passing the required environment variables.
What format does the output use?
Raw JSON. The server returns clean data without formatting, emoji, or extra commentary, making it easy for an LLM to parse.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论