We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/2501-ai/vmware-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.docker.example•441 B
# VMWare MCP — Docker environment variables
# Copy this file to .env.docker and fill in your values:
# cp .env.docker.example .env.docker
#
# This file uses plain KEY=VALUE format (no `export` prefix)
# as required by Docker's --env-file flag.
# Required
GOVC_URL=https://vcenter.example.com/sdk
GOVC_USERNAME=admin@vsphere.local
GOVC_PASSWORD=
GOVC_INSECURE=1
# Optional
# GOVC_BIN=govc
# GOVC_TIMEOUT_MS=120000
# MCP_KEEP_ALIVE=true