- Step 1: Clone the repository using `git clone https://github.com/brunonuzzi/evo-mcp.git`
- Step 2: Build the Docker image with `docker build --pull --rm -f'Dockerfile' -t'mcp-evo-supergateway:latest' .`
- Step 3: Run the container using `docker run -it --rm -p 8000:8000 mcp-evo-supergateway:latest`
- Step 4: Set environment variables `EVOLUTION_APIKEY`, `EVOLUTION_INSTANCE`, and `EVOLUTION_API_BASE` as required
- Step 5: Access the SSE server at `http://localhost:8000/sse` for remote communication.