
Metorial
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Metorial to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Metorial secret API key to pull your Metorial MCP data into the PostHog Data warehouse.
Create a secret API key (metorial_sk_...) in your Metorial dashboard. Keys are project-scoped, so connect one source per project you want to sync. A publishable key (metorial_pk_...) only exposes public data and will not work here.
Configuration
| Option | Type | Required |
|---|---|---|
Secret API key | password | Yes |
Linking Metorial to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Metorial
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
sessions | Connections to providers that let clients interact with MCP servers. | Incremental, Full refresh | updated_at, created_at | — |
session_messages | The MCP protocol messages exchanged during a session (read-only). | Incremental, Full refresh | created_at | — |
session_errors | Errors that occurred during a session (read-only). | Incremental, Full refresh | created_at | — |
provider_runs | Executions of provider operations within a session (read-only). | Incremental, Full refresh | updated_at, created_at | — |
tool_calls | Individual tool invocations within a session, tracking input, output, and status. | Incremental, Full refresh | created_at | — |
provider_deployments | Running provider instances pinned to a specific provider version. | Incremental, Full refresh | updated_at, created_at | — |
providers | Read-only catalog of MCP server integration templates available on Metorial. | Full refresh | — | — |