MCP analytics instrumentation ships
v7.21.0
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗
Minor changes
- 888a725 Add
posthog.mcp, a Python SDK for PostHog MCP analytics (justpip install posthog; the MCP SDK is a peer dependency ofinstrument(), not bundled).instrument(server, posthog_client)wraps aFastMCPor low-levelmcp.server.Serverso every tool call, agent intent, tools/list, initialize, and failure is captured to PostHog as a$mcp_*event. Also addsPostHogMCP, aClientsubclass for custom dispatchers (needs nothing beyond posthog), plus opt-incontextintent capture,identify,report_missing(get_more_tools), andconversation_id. Beta. — Thanks @lucasheriques for your first contribution 🎉!
Fetched June 26, 2026

