A
licenseNot graded
qualityD
maintenanceEnables interaction with PostHog product analytics API, supporting project listing, event queries, insight analysis, feature flag management, and annotation creation.
MIT
No user-submitted related servers found.
Scored across 5 tools
Tools are mostly distinct. However, list_posthog_insights and search_posthog_insights have overlapping functionality since list already supports a search filter, which could cause confusion.
All tools follow a consistent verb_posthog_noun pattern in snake_case, making them predictable and easy to understand.
5 tools is on the low side for a platform like PostHog which has many resources. The server feels undersized for its stated purpose.
Missing key CRUD operations: annotations lack read, update, delete; insights lack create, update, delete; projects only have list. Significant gaps in coverage.