vsphere-mcp
vsphere-mcp
Servidor MCP (Model Context Protocol) para operaciones de VMware vSphere / vCenter.
Opere su infraestructura de vSphere desde Claude Code utilizando lenguaje natural.
Nota: Todo el desarrollo y las pruebas se realizan contra vcsim (Simulador de vCenter Server). No se requiere ni se ve afectado ningún entorno comercial de vSphere.
Características
list_vms - Listar todas las máquinas virtuales (filtrar por host/clúster)
get_vm_info - Obtener información detallada de la VM (CPU, memoria, discos, NICs, almacenamiento)
list_hosts - Listar todos los hosts ESXi (filtrar por clúster)
Próximamente más herramientas (operaciones de encendido, instantáneas, vMotion, etc.)
Related MCP server: vSphere MCP Server
Inicio rápido
1. Iniciar vcsim
docker compose up -d2. Instalar
uv pip install -e .3. Registrar con 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-mcpVariables de entorno
Variable | Predeterminado | Descripción |
|
| Nombre de host de vCenter/ESXi |
|
| Puerto de la API |
|
| Nombre de usuario |
| (vacío) | Contraseña |
|
| Omitir la verificación del certificado SSL |
Desarrollo
Ejecutar pruebas (requiere que vcsim esté en ejecución)
docker compose up -d
uv run pytest -vLint
uv run ruff check src/ tests/Licencia
Licencia Apache 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