vsphere-mcp
vsphere-mcp
VMware vSphere / vCenter 운영을 위한 MCP(Model Context Protocol) 서버입니다.
Claude Code를 사용하여 자연어로 vSphere 인프라를 운영하세요.
참고: 모든 개발 및 테스트는 vcsim(vCenter Server Simulator)을 대상으로 수행됩니다. 상용 vSphere 환경은 필요하지 않으며 영향을 받지 않습니다.
기능
list_vms - 모든 가상 머신 나열 (호스트/클러스터별 필터링)
get_vm_info - 상세 VM 정보 가져오기 (CPU, 메모리, 디스크, NIC, 스토리지)
list_hosts - 모든 ESXi 호스트 나열 (클러스터별 필터링)
더 많은 도구가 곧 추가될 예정입니다 (전원 작업, 스냅샷, vMotion 등).
Related MCP server: vSphere MCP Server
빠른 시작
1. vcsim 시작
docker compose up -d2. 설치
uv pip install -e .3. Claude Code에 등록
claude mcp add --transport stdio vsphere-mcp \
--env VSPHERE_HOST=localhost \
--env VSPHERE_PORT=8989 \
--env VSPHERE_USER=user \
--env VSPHERE_PASSWORD=pass \
--env VSPHERE_IGNORE_SSL=true \
-- uv run vsphere-mcp환경 변수
변수 | 기본값 | 설명 |
|
| vCenter/ESXi 호스트 이름 |
|
| API 포트 |
|
| 사용자 이름 |
| (비어 있음) | 비밀번호 |
|
| SSL 인증서 확인 건너뛰기 |
개발
테스트 실행 (vcsim 실행 필요)
docker compose up -d
uv run pytest -v린트(Lint)
uv run ruff check src/ tests/라이선스
Apache License 2.0
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
- AlicenseNot gradedqualityFmaintenanceA VMware ESXi/vCenter management server based on MCP (Machine Control Protocol), providing simple REST API interfaces for virtual machine management.64MIT
- FlicenseNot gradedqualityCmaintenanceA comprehensive MCP server for VMware vSphere management, enabling AI agents to perform VM operations, monitoring, snapshots, and reporting through a secure, Dockerized environment.21
- AlicenseAqualityCmaintenanceMCP server for VMware vSphere infrastructure management, enabling VM operations, monitoring, and network discovery.171MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that provides AI agents with comprehensive access to VMware vSphere operations, including VM management, monitoring, and vSAN read-only monitoring, through a secure Docker environment.Apache 2.0
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/fukui-yuto/vsphere-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server