proxmox-safe-mcp
Proxmox Safe MCP
制限付きのインベントリ/ステータス読み取りと、許可リストに登録されたゲストの電源操作とスナップショット作成という2つの狭いミューテーションクラスのみを公開する、焦点を絞ったProxmox MCPサーバーです。spectrenet-mcp のコミット 2e63f009d8f4642e17398685baef0251811d6637 から抽出されたもので、このリポジトリは自己完結型です。
Alpha: テストは合成テストです。Proxmox APIの互換性はすべてのリリースに対して認定されていません。本番以外のインフラストラクチャでテストしてください。
安全契約
ノードを対象とした操作(
node_status)と両方のミューテーションツールでは、ノードが明示的に許可リストに登録されます。ゲストタイプはqemuとlxcのみで、VMIDは正の整数である必要があります。cluster_statusとlist_guestsは意図的にクラスタ全体のAPIビューを返し、ノードの許可リストではフィルタリングされません。専用のProxmox APIアカウント/トークンのスコープを設定して、これらの読み取りツールが参照できる範囲を制限してください。電源操作は
start、shutdown、reboot、stopのみです。スナップショット名は1〜64文字のASCII文字、数字、
_、または-です。すべてのミューテーションには、バイト単位で一致する
APPROVE <action> <target>の確認が必要です。ミューテーションの応答は送信の受領証であり、完了の証明ではありません。返されたUPIDと最終状態を別々に確認してください。
ゲスト/スナップショットの削除、ホストの電源、ストレージの変更、割り当て、移行、構成のツールはありません。
node_statusは意図的にストレージの列挙を除外しています。応答/リスト/監査フィールドは制限されており、TLS検証はデフォルトで有効です。
Related MCP server: ProxmoxMCP-Plus
インストールと実行
uv sync --extra test
uv run proxmox-safe-mcp --help
uv run proxmox-safe-mcpサーバーはMCP stdioを使用します。.env は読み込まれません。.env.example はダミーのドキュメントとしてのみ使用し、シークレットはスーパーバイザーまたはシークレットマネージャーを通じて注入してください。
検証
uv sync --locked --extra test
uv run --locked pytest
uv run --locked python -m compileall -q src tests
uv buildアーキテクチャと運用 と セキュリティの詳細 を参照してください。MIT © 2026 Ben Gauger.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables read-only interaction with Proxmox homelab VMs and containers, allowing LLM agents to list VMs, monitor status and performance metrics, view snapshots, and check cluster health through natural language queries.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables comprehensive management of Proxmox virtualization environments, including VM and container lifecycle, snapshots, backups, monitoring, and OpenAPI integration.14MIT
- AlicenseAqualityAmaintenanceEnables management of Proxmox VE infrastructure via its REST API and execution of commands inside LXC containers via SSH, with built-in trust layers for planning, audit, undo, and diagnosis.740Apache 2.0
- AlicenseCqualityDmaintenanceEnables management of Proxmox VE environments, including VMs, containers, storage, and cluster operations through natural language.7648MIT
Related MCP Connectors
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Preflight, approve, and prove consequential agent actions with signed evidence and x402 tools.
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgauger/proxmox-safe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server