ProxmoxMCP-Plus
Use MCP and OpenAPI to safely control Proxmox VE VMs, LXCs, backups, and snapshots from LLMs and AI agents.
파일 탐색기
최종 버전 다운로드 (.zip)- codeql-config.yml
- ci.yml
- codeql.yml
- publish-ghcr.yml
- publish-mcp-registry.yml
- publish-pypi.yml
- SECURITY.md
- architecture-overview.drawio-style.svg
- llm-proxmox-demo-flow.svg
- logo-proxmoxmcp-plus-400.png
- logo-proxmoxmcp-plus.png
- proxmoxmcp-demo.gif
- proxmoxmcp-demo.mp4
- proxmoxmcp-drawio-hero-main-refresh.svg
- proxmoxmcp-drawio-hero.svg
- proxmoxmcp-nature-architecture.svg
- create-test-vm.md
- download-iso-and-create-lxc.md
- README.md
- rollback-snapshot.md
- v0.2.0.md
- v0.2.1.md
- v0.4.0.md
- v0.4.1.md
- v0.4.2.md
- v0.4.3.md
- v0.4.4.md
- v0.4.5.md
- v0.4.6.md
- v0.4.7.md
- v0.4.8.md
- v0.4.9.md
- v0.5.0.md
- v0.5.1.md
- v0.5.10.md
- v0.5.11.md
- v0.5.12.md
- v0.5.13.md
- v0.5.14.md
- v0.5.2.md
- v0.5.3.md
- v0.5.4.md
- v0.5.5.md
- v0.5.6.md
- v0.5.7.md
- v0.5.8.md
- v0.5.9.md
- paramiko-cve-2026-44405.md
- _Sidebar.md
- API & Tool Reference.md
- Client Setup.md
- Container Command Execution.md
- Developer Guide.md
- Documentation Quality Plan.md
- Home.md
- Integrations Guide.md
- Operator Guide.md
- README.md
- Release & Upgrade Notes.md
- Security Guide.md
- Tool Selection Guide.md
- Troubleshooting.md
- agent-installation.md
- container-command-execution.md
- demo-script.md
- launch-post.md
- llms.txt
- opencode.jsonc.example
- proxmox-mcp.env.example
- README.md
- claude_desktop_config.example.json
- config.example.json
- config.live.example.json
- base.in
- dev.in
- runtime.txt
- start_openapi.sh
- __init__.py
- loader.py
- models.py
- __init__.py
- logging.py
- proxmox.py
- ssh_tunnel.py
- __init__.py
- colors.py
- components.py
- formatters.py
- templates.py
- theme.py
- __init__.py
- tooling.py
- __init__.py
- metrics.py
- __init__.py
- command_policy.py
- __init__.py
- builtin_tool_plugins.py
- jobs.py
- tool_registry.py
- __init__.py
- container_manager.py
- manager.py
- __init__.py
- backup.py
- base.py
- cluster.py
- containers.py
- definitions.py
- iso.py
- jobs.py
- logs.py
- node.py
- snapshots.py
- storage.py
- vm.py
- __init__.py
- docker_entrypoint.py
- mcp_http_auth.py
- openapi_proxy.py
- server.py
- test_real_contract.py
- diagnose_proxmox_connectivity.py
- mock_mcp_stdio.py
- run_openrouter_llm_smoke.py
- run_real_e2e.py
- conftest.py
- test_command_policy.py
- test_container_console.py
- test_docker_entrypoint.py
- test_formatting_components.py
- test_high_risk_tools.py
- test_jobs.py
- test_live_e2e_config.py
- test_log_tools.py
- test_logging.py
- test_mcp_http_auth.py
- test_openapi_proxy.py
- test_release_metadata.py
- test_security_hardening.py
- test_server.py
- test_ssh_tunnel.py
- test_tool_user_paths.py
- .dockerignore
- .gitignore
- .mcpbignore
- docker-compose.yml
- Dockerfile
- glama.json
- LICENSE
- main.py
- manifest.json
- pyproject.toml
- README.md
- requirements.txt
- server.json
- setup.py
- smithery.yaml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/RekklesNA/ProxmoxMCP-Plus
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ProxmoxMCP-Plus
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install proxmox-mcp-plus
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker run --rm -p 8000:8000 \
빌드된 이미지를 실제 컨테이너로 실행합니다.
http://<docker-host>:8000/mcp
이 명령어를 터미널에 그대로 입력해 실행하세요.
docker run --rm -p 8811:8811 \
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Python
쉬움사전 준비물
pip install proxmox-mcp-plus
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
uv pip install -e ".[dev]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip-audit -r requirements.txt
이 명령어를 터미널에 그대로 입력해 실행하세요.
python -m build
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
