|
| 1 | +{ |
| 2 | + "name": "posthog", |
| 3 | + "version": "1.0.2", |
| 4 | + "description": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Codex", |
| 5 | + "author": { |
| 6 | + "name": "PostHog", |
| 7 | + "email": "hey@posthog.com", |
| 8 | + "url": "https://posthog.com" |
| 9 | + }, |
| 10 | + "homepage": "https://posthog.com/docs/model-context-protocol", |
| 11 | + "repository": "https://github.com/PostHog/ai-plugin", |
| 12 | + "license": "MIT", |
| 13 | + "keywords": [ |
| 14 | + "analytics", |
| 15 | + "feature-flags", |
| 16 | + "experiments", |
| 17 | + "error-tracking", |
| 18 | + "a/b-testing", |
| 19 | + "surveys", |
| 20 | + "dashboards", |
| 21 | + "llm-analytics" |
| 22 | + ], |
| 23 | + "skills": "./skills/", |
| 24 | + "mcpServers": "./.mcp.json", |
| 25 | + "interface": { |
| 26 | + "displayName": "PostHog", |
| 27 | + "shortDescription": "Analytics, feature flags, experiments, and error tracking", |
| 28 | + "longDescription": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Codex. Query your data, manage flags, run A/B tests, and debug errors without leaving your editor.", |
| 29 | + "developerName": "PostHog", |
| 30 | + "category": "Productivity", |
| 31 | + "capabilities": ["Read", "Write"], |
| 32 | + "websiteURL": "https://posthog.com", |
| 33 | + "privacyPolicyURL": "https://posthog.com/privacy", |
| 34 | + "termsOfServiceURL": "https://posthog.com/terms", |
| 35 | + "defaultPrompt": [ |
| 36 | + "Show me all my feature flags", |
| 37 | + "What errors are affecting the most users?", |
| 38 | + "How many users signed up this week?" |
| 39 | + ], |
| 40 | + "brandColor": "#F9BD2B", |
| 41 | + "logo": "./assets/logo.svg" |
| 42 | + } |
| 43 | +} |
0 commit comments