- Step 1: Clone the repository and build the MCP server using 'make build'.
- Step 2: Run the server with './bin/mcp-nutanix', then input your Prism Central credentials when prompted.
- Step 3: Use an LLM or API client to send resource listing commands (e.g., 'vms', 'clusters').
- Step 4: To access specific resources, send URI-based requests like 'vm://{uuid}'.
- Step 5: Receive JSON responses with resource details for analysis or further processing.