PostHog
Catalyst integrates with PostHog via the catalyst-analytics plugin MCP for user behavior analysis, conversion funnels, and cohort analysis.
Context Cost
Section titled “Context Cost”~40K tokens when enabled. Enable only when analyzing user behavior:
/plugin enable catalyst-analytics # +40K context# Analyze user data.../plugin disable catalyst-analytics # -40K contextCommands
Section titled “Commands”| Command | Description |
|---|---|
/analytics:analyze-user-behavior | Analyze user behavior patterns and cohorts |
/analytics:segment-analysis | Segment and cohort analysis for targeted insights |
/analytics:product-metrics | Key product metrics, KPIs, and conversion rates |
- Get a PostHog API key from your project settings
- Add to secrets config:
~/.config/catalyst/config-{projectKey}.json
{ "posthog": { "apiKey": "phc_...", "projectId": "12345" }}Installation
Section titled “Installation”/plugin install catalyst-analytics