- Step1: Clone the repository using 'git clone'.
- Step2: Create and configure the '.env' file as needed.
- Step3: Build and start the Docker container with 'docker-compose up --build -d'.
- Step4: Configure your MCP client (e.g., VSCode) with the server URL.
- Step5: Perform automation or testing tasks using the MCP server.
- Step6: Stop the server with 'docker-compose down' when finished.