vmware-mcp
by roverflow
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRY_RUN | No | Full policy + confirmation flow, but stop short of the pyvmomi mutation. Overridable per target in targets.yaml (dry_run: on a target wins in either direction). | false |
| POLICY_FILE | No | Policy rules; hot-reloaded on change. | ./policy.yaml |
| WEB_UI_HOST | No | Localhost-bound by default; exposing it further (TLS, VPN, reverse proxy) is on you. | 127.0.0.1 |
| WEB_UI_PORT | No | Localhost-bound by default; exposing it further (TLS, VPN, reverse proxy) is on you. | 8787 |
| TARGETS_FILE | No | Environment declarations. | ./targets.yaml |
| WEB_UI_TOKEN | No | Shared secret, required when the UI is enabled. The server refuses to start an unauthenticated approval UI. | |
| AUDIT_LOG_PATH | No | Append-only JSONL audit trail. | ./audit.jsonl |
| WEB_UI_ENABLED | No | Start the dashboard alongside the MCP server. | false |
| ENABLE_DESTRUCTIVE | No | Register destructive tools at all. Off = they don't exist on the tool surface. | false |
| CONFIRMATION_TTL_SECONDS | No | How long a destructive proposal stays confirmable. confirmation_ttl_seconds in policy.yaml overrides this (read at startup). | 120 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues