- Step1: Clone the repository using git clone.
- Step2: Install dependencies with uv pip install -r requirements.txt.
- Step3: Configure environment variables, especially OUTPUT_DIR and WGRIB2_PATH.
- Step4: Start the server with uv run --with python-dotenv --with mcp src/server.py.
- Step5: Connect an MCP Client to the server.
- Step6: Use MCP tools like list_contents or show_details by providing necessary arguments.
- Step7: View the output files in the specified OUTPUT_DIR.