W

MCP Entry

Weights & Biases MCP Server

Weights & Biases 在 docs.wandb.ai/platform/mcp-server 说明托管 MCP 端点 https://mcp.withwandb.com/mcp(推荐)及开源 wandb-mcp-server 本地 stdio/HTTP。客户端以 Bearer WANDB_API_KEY 鉴权。文档工具含 query_wandb_tool、get_run_history_tool、query_weave_traces_tool、count_weave_traces_tool、create_wandb_report_tool、search_wandb_docs_tool、query_wandb_entity_projects。专属/本地部署可设 WANDB_BASE_URL。

分类 监控
安装方式 Hosted HTTPS or uvx wandb-mcp-server
运行环境 W&B Cloud / Python
wandbweavemlops

使用场景

  • 用 query_weave_traces_tool 查失败 trace
  • get_run_history_tool 拉 loss 曲线
  • 自然语言生成 W&B 报告
  • search_wandb_docs_tool 查官方文档
  • 本地 MCP 接专属实例

主要功能

  • Cursor
  • Claude Desktop
  • Claude Code
  • VS Code
  • Codex

相关推荐

相关推荐

3 收录条目

PostHog MCP Server

监控

PostHog 在 posthog.com/docs/model-context-protocol 说明免费托管 MCP 端点 https://mcp.posthog.com/mcp,供客户端用自然语言查询分析、管理 feature flag、排查错误、运行 HogQL、处理支持工单与配置 CDP。可用 npx @posthog/wizard@latest mcp add 安装到 Cursor、Claude Code、VS Code 等。登录鉴权按账号路由美/欧数据区;手动配置可用 MCP Server 预设个人 API Key 经 mcp-remote 传 Bearer。源码在 PostHog monorepo 的 services/mcp。

Datadog MCP Server

监控

Datadog 远程 MCP:经 OAuth 将 Cursor、Claude Code、Codex 等客户端接到 APM、日志、指标、Monitor 与安全信号;公平使用上限为每 10 秒 50 次、每月 5 万次 tool call;Audit Trail 记录 MCP 操作。

Algolia Productivity MCP Server

搜索

Algolia 在 algolia.com/doc/guides/model-context-protocol/productivity-mcp 说明官方托管 MCP。MCP 客户端连接远程 HTTP 端点 `https://mcp.algolia.com/mcp`,使用 OAuth(在 Algolia 控制台 Generate AI 下启用;按提示登录以继承账户权限)。文档称 Productivity MCP 为用户范围且只读——工具覆盖 search(algolia_search_list_indices、algolia_search_index、algolia_search_for_facet_values)、Recommend(algolia_recommendations)及 top searches、no-click rate、filter 使用、user count 等 analytics。Algolia 文档将其与面向外部 Agent 的应用范围 Public MCP 区分。支持 ChatGPT、Claude、Claude Code、Cursor、Gemini CLI、VS Code 与 OpenAI Playground。