Skip to content

PostHog

Catalyst integrates with PostHog via the catalyst-analytics plugin MCP for user behavior analysis, conversion funnels, and cohort analysis.

~40K tokens when enabled. Enable only when analyzing user behavior:

Terminal window
/plugin enable catalyst-analytics # +40K context
# Analyze user data...
/plugin disable catalyst-analytics # -40K context
CommandDescription
/analytics:analyze-user-behaviorAnalyze user behavior patterns and cohorts
/analytics:segment-analysisSegment and cohort analysis for targeted insights
/analytics:product-metricsKey product metrics, KPIs, and conversion rates
  1. Get a PostHog API key from your project settings
  2. Add to secrets config: ~/.config/catalyst/config-{projectKey}.json
{
"posthog": {
"apiKey": "phc_...",
"projectId": "12345"
}
}
Terminal window
/plugin install catalyst-analytics