wandb-mcp.md

Weights & Biases MCP

from"wandb"
780

W&B experiment tracking and model management

AI & ML
W&BMLOpsexperimentstracking
install.sh
# Clone the repository
$git clone https://github.com/wandb/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve