Wandb MCP Server

Weights & Biases data analysis via natural language queries in AI assistants.

Data last scanned today · Reviewed today

4024 tools67PythonMIT

Overview

The Wandb MCP Server enables users to perform data analysis and debug model traces directly within their AI-powered development environment. By providing interfaces to query Weave traces and inspect experiment metrics, it allows for interactive insights into training runs and LLM performance. Users can leverage specific tools to discover trace schemas or perform complex analysis on historical data. It supports integration with various platforms like Cursor, Claude Desktop, and OpenAI, facilitating a streamlined workflow for developers who track their experiments using the Weights & Biases ecosystem.

Our verdict

This server carries a high-risk score of 40/100, primarily because it is a community-maintained project rather than an official Weights & Biases release. Because the authentication methods and potential data access patterns have not yet been editorially reviewed, caution is advised for users handling sensitive project data. Developers should evaluate it in isolated environments before integrating it into workflows containing proprietary research.

  • Zero direct dependencies reduce potential supply-chain vulnerability surfaces.
  • Actively maintained repository with a recent commit history.
  • MIT licensed for open-source project transparency.
  • Not an official product maintained by the Weights & Biases vendor.
  • Authentication and OAuth security mechanisms remain unverified.
  • Read-only capabilities have not undergone formal security review.

Tools

ToolDescriptionRisk
infer_trace_schema_toolDiscover field names, types, and sample valueslow
query_weave_traces_toolAnalyze LLM traces with detail_level controllow
count_weave_traces_toolCount traces and get storage metricslow
query_wandb_toolQuery W&B runs, metrics, and experimentslow
get_run_history_toolSampled time-series metric datalow
create_wandb_report_toolCreate reports with markdown, charts, and panelsmedium
log_analysis_to_wandbLog analysis metrics to W&B as a runmedium
search_wandb_docs_toolSearch official W&B documentationlow
query_wandb_entity_projectsList projects for an entitylow
list_registries_toolList model registries in an organizationlow

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

What authentication is required to use the W&B MCP server?

The server requires a valid Weights & Biases API key, which should be provided via an Authorization header using the Bearer scheme.

Can I restrict the server to read-only mode?

Yes, you can set the environment variable WANDB_MCP_READ_ONLY=true to disable the report creation and analysis logging tools.

Are all tools enabled by default?

No, Weave Agents (OTel) tools are disabled by default and require setting WANDB_MCP_ENABLE_WEAVE_AGENT_TOOLS=true to enable them.

Does the server provide access to official documentation?

Yes, it includes the search_wandb_docs_tool which allows you to query official W&B documentation for guidance.

Alternatives

Badge

Wandb MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.