Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wandb-mcp-server": {
"args": [
"git"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Query and analyze your Weights & Biases data using natural language through the Model Context Protocol.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'git' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked git against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / analytics
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
MCP Security Weekly
Get CVE alerts and security updates for Wandb Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Query and analyze your Weights & Biases data using natural language through the Model Context Protocol.
| Analyze Experiments | Debug Traces | Create Reports | Get Help |
|---|---|---|---|
| Show me the top 5 runs by eval/accuracy in wandb-smle/hiring-agent-demo-public? | How did the latency of my hiring agent predict traces evolve over the last months? | Generate a wandb report comparing the decisions made by the hiring agent last month | How do I create a leaderboard in Weave - ask SupportBot? |
"Go through the last 100 traces of my last training run in grpo-cuda/axolotl-grpo and tell me why rollout traces of my RL experiment were bad sometimes?"
| Tool | Description | Example Query |
|---|---|---|
| infer_trace_schema_tool | Discover field names, types, and sample values | "What fields are in my traces?" |
| query_weave_traces_tool | Analyze LLM traces with detail_level control | "Show failed traces with full data" |
| count_weave_traces_tool | Count traces and get storage metrics | "How many traces failed?" |
| query_wandb_tool | Query W&B runs, metrics, and experiments | "Show me runs with loss < 0.1" |
| get_run_history_tool | Sampled time-series metric data | "Show loss curve for run abc123" |
| create_wandb_report_tool | Create reports with markdown, charts, and panels | "Create a report with loss plots" |
| log_analysis_to_wandb | Log analysis metrics to W&B as a run | "Log these latency stats to W&B" |
| search_wandb_docs_tool | Search official W&B documentation | "How do I create a Weave scorer?" |
| query_wandb_entity_projects | List projects for an entity | "What projects exist?" |
| list_registries_tool | List model registries in an organization | "What registries are available?" |
| list_registry_collections_tool | List collections within a registry | "What models are in the prod registry?" |