Installation
Prerequisites
- Node.js 18.17 or higher.
- A VCF Automation 9.x or Aria Automation 8.x instance with REST API access.
- Credentials for the VCF Cloud API.
Run From npm
Use the package directly:
The package is published on npm as @mgovedarov/mcp-vcf-orchestrator.
bash
npx @mgovedarov/mcp-vcf-orchestratorOr install it globally:
bash
npm install -g @mgovedarov/mcp-vcf-orchestrator
mcp-vcf-orchestratorRun From Source
bash
git clone https://github.com/mgovedarov/mcp-vcf-orchestrator.git
cd mcp-vcf-orchestrator
npm install
npm run buildFor local development:
bash
VCFA_HOST=vcfa.example.com \
VCFA_USERNAME=admin \
VCFA_ORGANIZATION=vsphere.local \
VCFA_PASSWORD=secret \
npm startLocal Docs
Preview this documentation site locally:
bash
npm run docs:devBuild and preview the production output:
bash
npm run docs:build
npm run docs:preview