posthog-toolkit-mcp
by deadrime
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTHOG_HOST | Yes | Required. The PostHog instance URL, e.g. https://us.posthog.com, https://eu.posthog.com, or a self-hosted URL. | |
| POSTHOG_API_KEY | Yes | Required. A personal API key (phx_...). A project token (phc_...) is rejected at startup. | |
| POSTHOG_PROJECT_ID | No | Default project for the tools and for {project_id} in paths. | |
| POSTHOG_TIMEOUT_MS | No | Request timeout in milliseconds. Default 120000. | 120000 |
| POSTHOG_ALLOW_WRITE | No | Set to 1, true or yes to register posthog_api_request. Off by default. | false |
| POSTHOG_MAX_RESPONSE_CHARS | No | Cap on a tool response. Default 100000. | 100000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |