4,500+ servers built on MCP Fusion
Vinkius
Weights & Biases logo
Vinkius
CrewAI logo

How to Use the Weights & Biases MCP in CrewAI

Build specialized teams to monitor and analyze Weights & Biases data using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Weights & Biases MCP on Cursor AI Code Editor MCP Client Weights & Biases MCP on Claude Desktop App MCP Integration Weights & Biases MCP on OpenAI Agents SDK MCP Compatible Weights & Biases MCP on Visual Studio Code MCP Extension Client Weights & Biases MCP on GitHub Copilot AI Agent MCP Integration Weights & Biases MCP on Google Gemini AI MCP Integration Weights & Biases MCP on Lovable AI Development MCP Client Weights & Biases MCP on Mistral AI Agents MCP Compatible Weights & Biases MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Weights & Biases MCP to CrewAI

Create your Vinkius account to connect Weights & Biases to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Project Management Agent Workflow

An agent can first call `list_wandb_projects` to discover all projects within a W&B account. Following that, it uses `list_project_artifacts` and `list_project_reports` sequentially. This setup allows the crew to systematically inventory everything: which artifacts exist and what reports are available for review.

Experiment Monitoring Agent

The Experiment Monitor agent uses `list_project_runs` to gather all run IDs from a W&B project. It then passes specific IDs to the `get_run_details` tool. This sequence lets the crew build deep context on any single run, understanding its metrics and configuration without human intervention.

Optimization Agent Analysis

For optimization tasks, the agent calls `list_project_sweeps`. This function retrieves a list of hyperparameter search sweeps within a W&B project. The crew can then analyze these sweep results to determine optimal parameters, automating the research phase of your machine learning pipeline.

Setup guide

Set up Weights & Biases MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Weights & Biases tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Weights & Biases Analyst",
    goal="Access and analyze Weights & Biases data via MCP.",
    backstory="Expert analyst with direct Weights & Biases access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Weights & Biases transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Weights & Biases MCP in CrewAI

The team uses the `list_wandb_projects` tool. This function gathers a full list of every W&B project name or ID associated with your account, giving the agents scope for their mission.
The server handles structured metadata like artifact lists, run metrics, and project configurations. This focus on discrete records makes it perfect for multi-agent specialization.
Yes. The `list_project_runs` tool fetches every run ID from an entire W&B project. A dedicated agent can then process this list to summarize the overall experimental status.
The `list_project_reports` tool pulls a list of saved analysis report names from any W&B project. This helps the crew confirm that all required documentation has been generated for sign-off.
The server touches metadata like artifact names and project IDs. Since the crew is performing autonomous operations, make sure your permissions restrict access only to W&B projects critical for the current task.

Start using the Weights & Biases MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 6 tools

We've already built the connector for Weights & Biases. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 6 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.