# W&B MCP Server Configuration Example # Copy this file to .env and add your values # ================================ # FOR STDIO TRANSPORT # ================================ # Required for STDIO transport only # Get your key from: https://wandb.ai/authorize WANDB_API_KEY=your_wandb_api_key_here # ================================ # FOR HTTP TRANSPORT # ================================ # No configuration needed! # Users provide their own API keys as Bearer tokens # ================================ # DEVELOPMENT ONLY # ================================ # Disable authentication entirely (NEVER use in production!) # MCP_AUTH_DISABLED=true