Skip to content
v1.1.0MIT

Explore PostHog dashboards, insights, schemas, and product analytics, with permission-gated insight creation.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

posthogstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.posthog.com/mcp?mode=tools&tools=dashboards-get-all,dashboard-get,dashboard-insights-run,insights-list,insight-get,insight-query,read-data-schema,query-trends,query-funnel,query-retention,query-paths,query-stickiness,query-lifecycle,insight-create"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "posthog",
  "version": "1.1.0",
  "description": "Explore PostHog dashboards, insights, schemas, and product analytics, with permission-gated insight creation.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://posthog.com/docs/model-context-protocol",
  "repository": "https://github.com/useopencompany/plugins/tree/main/posthog",
  "license": "MIT",
  "keywords": ["posthog", "product-analytics", "dashboards", "insights", "events"],
  "extensions": {
    "so.opencompany.capabilities": {
      "read": {
        "label": "Read analytics",
        "defaultMode": "on",
        "tools": [
          "dashboards-get-all",
          "dashboard-get",
          "dashboard-insights-run",
          "insights-list",
          "insight-get",
          "insight-query",
          "read-data-schema",
          "query-trends",
          "query-funnel",
          "query-retention",
          "query-paths",
          "query-stickiness",
          "query-lifecycle"
        ]
      },
      "write": {
        "label": "Create insights",
        "defaultMode": "ask",
        "tools": ["insight-create"]
      }
    },
    "so.opencompany.events": [
      {
        "id": "event.captured",
        "label": "Event captured",
        "description": "Starts a workflow when PostHog ingests a selected analytics event.",
        "delivery": "poll",
        "filters": [
          {
            "id": "event_name",
            "label": "Event",
            "kind": "integration_resource",
            "resourceType": "event",
            "required": true
          }
        ]
      }
    ]
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • so.opencompany.capabilities
  • so.opencompany.events