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.example•446 B
# VMWare MCP — environment variables
# Copy this file to .env and fill in your values:
# cp .env.example .env
#
# The `export` prefix lets you also `source .env` for direct govc CLI usage.
# Bun auto-loads .env files at startup.
# Required
export GOVC_URL=https://vcenter.example.com/sdk
export GOVC_USERNAME=admin@vsphere.local
export GOVC_PASSWORD=
export GOVC_INSECURE=1
# Optional
# export GOVC_BIN=govc
# export GOVC_TIMEOUT_MS=120000