Serversio.github.PostHog/mcp
M

PostHog MCP Server

io.github.PostHog/mcp · v1.0.1
● Remote
v1.0.1remote🌐 https://mcp.posthog.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.PostHog/mcp",
  "description": "Official PostHog MCP Server for product analytics, feature flags, experiments, and more.",
  "title": "PostHog MCP Server",
  "repository": {
    "url": "https://github.com/PostHog/posthog",
    "source": "github",
    "subfolder": "services/mcp"
  },
  "version": "1.0.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.posthog.com/mcp",
      "headers": [
        {
          "description": "Bearer token with your PostHog personal API key. Create one at https://us.posthog.com/settings/user-api-keys with the 'MCP Server' preset.",
          "isRequired": true,
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "Your PostHog personal API key",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp.posthog.com/sse",
      "headers": [
        {
          "description": "Bearer token with your PostHog personal API key. Create one at https://us.posthog.com/settings/user-api-keys with the 'MCP Server' preset.",
          "isRequired": true,
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "Your PostHog personal API key",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}