mcp-server / auth.example.env
NiWaRe's picture
separate client and server api key for http and weave tracing
7d190a0
raw
history blame contribute delete
648 Bytes
# 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