Wandb
БесплатноНе проверенEnables LLM agents to query Weights & Biases experiments, including listing projects, runs, metrics, plotting metrics, and retrieving run details.
Описание
Enables LLM agents to query Weights & Biases experiments, including listing projects, runs, metrics, plotting metrics, and retrieving run details.
README
mcp-wandb
🔬 Query your Weights & Biases experiments directly from LLM agents via Model Context Protocol 📊
mcp-wandb is a small Model Context Protocol server for querying Weights & Biases from MCP-compatible clients. It exposes W&B projects, runs, metrics, run details, and metric plots as FastMCP tools over stdio.
Use it when you want an agent to inspect experiment data without switching to the W&B dashboard or hand-copying run metadata.
Install
git clone https://github.com/tsilva/mcp-wandb.git
cd mcp-wandb
uv sync
export WANDB_API_KEY=your_api_key
python server.py
Configure your MCP client to run the repo's server.py file, then restart the client.
{
"mcpServers": {
"wandb": {
"command": "python",
"args": ["/path/to/mcp-wandb/server.py"],
"env": {
"WANDB_API_KEY": "your_api_key"
}
}
}
}
Commands
uv sync # install dependencies into the local uv environment
python server.py # run the MCP server over stdio
pytest tests/ # run tests; W&B credentials are required for live API checks
Tools
get_wandb_projects(entity)lists projects for a W&B entity.list_wandb_runs(entity, project_name)lists run names, IDs, and states.list_project_metrics(entity, project_name)returns metric names found across runs.plot_run_metric(entity, project_name, run_id, metric_names)returns a PNG metric plot as a FastMCP image.get_run_details(entity, project_name, run_id)returns overview, config, summary, and system metadata.
Notes
- Python 3.13 or newer is required.
WANDB_API_KEYmust be set in the environment, or in a.envfile loaded bypython-dotenv.- The server uses
wandb.Apidirectly and does not keep a local database. - Tests call the real W&B API and skip when required credentials or test project variables are missing.
- Live test variables are
TEST_WANDB_ENTITY,TEST_WANDB_PROJECT,TEST_WANDB_RUN_ID, andTEST_WANDB_METRICS.
Architecture

License
Установка Wandb
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/tsilva/mcp-wandbFAQ
Wandb MCP бесплатный?
Да, Wandb MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Wandb?
Нет, Wandb работает без API-ключей и переменных окружения.
Wandb — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Wandb в Claude Desktop, Claude Code или Cursor?
Открой Wandb на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Wandb with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
