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。
使用场景
- 在 IDE 中创建或检查 feature flag
- 查询产品与 HogQL 分析
- 结合会话数据排查错误栈
- 按工具参考配置 CDP
- 美/欧项目经 PostHog 登录路由
主要功能
- Cursor
- Claude Desktop
- Claude Code
- VS Code
- Codex
- Windsurf
- Zed
相关推荐
相关推荐
3 收录条目
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 操作。
MotherDuck MCP Server
MotherDuck 在 motherduck.com/docs/sql-reference/mcp 说明远程 MCP(`https://api.motherduck.com/mcp`),OAuth/Bearer 认证,支持 MotherDuck 云库读写 SQL。工具含 list_databases、list_tables、search_catalog、query、query_rw、ask_docs_question、Dive 与 Flight 系列。本地见 `uvx mcp-server-motherduck`(github.com/motherduckdb/mcp-server-motherduck)。