Skip to main content
Glama
israpasos

posthog-mcp

by israpasos

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PERSONAL_API_KEYYesYour PostHog API key with annotation:write and project:read scopes

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_posthog_projectsA

List all available PostHog projects.

create_posthog_annotationB

Create a PostHog annotation.

Args: project_id: The ID of the project as an integer (e.g. 99423) content: The content/text of the annotation date_marker: Optional ISO-8601 timestamp for the annotation (e.g. 2024-03-20T14:15:22Z)

list_posthog_insightsB

List all available PostHog insights for a project.

Args: project_id: The ID of the project as an integer (e.g. 99423) search: Optional search query to filter insights

search_posthog_insightsB

Search for PostHog insights by name.

Args: project_id: The ID of the project as an integer (e.g. 99423) search: The search query to filter insights by name

get_posthog_insight_detailsA

Get details for a specific PostHog insight.

Args: project_id: The ID of the project as an integer (e.g. 99423) insight_id: The ID of the insight as an integer (e.g. 12345)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/israpasos/posthog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server