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。
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。
Datadog MCP Server
Datadog 远程 MCP:经 OAuth 将 Cursor、Claude Code、Codex 等客户端接到 APM、日志、指标、Monitor 与安全信号;公平使用上限为每 10 秒 50 次、每月 5 万次 tool call;Audit Trail 记录 MCP 操作。
LangSmith MCP Server
LangChain 文档描述的 LangSmith Model Context Protocol 服务器,供 MCP 客户端读取工作区内的会话线程、Prompt、run/trace、数据集、实验与账单用量。LangSmith Cloud 用户应优先使用带 OAuth 的 LangSmith Remote MCP(api.smith.langchain.com 及文档列出的区域端点)。仍可使用 https://langsmith-mcp-server.onrender.com/mcp 并通过 LANGSMITH-API-KEY 头鉴权;自建 LangSmith 可运行 uvx langsmith-mcp-server 或 Docker HTTP(8000 端口)并配置 LANGSMITH_ENDPOINT。官方工具含 get_thread_history、list_prompts、fetch_runs(支持 FQL 与按字符分页)、数据集读写、list_experiments、get_billing_usage 等。
Grafana MCP
将 Grafana 仪表板、告警和时间序列数据暴露给 MCP 客户端,使智能体能够在调试会话中读取应用健康状态、检查告警状态并将事件与代码更改关联。