provider mcp_server_installations POST /api/environments/{environment_id}/mcp_server_installations/install_template/
@utdk/posthog /api/environments/{environment_id}/mcp_server_installations/install_template/
environments_mcp_server_installations_install_template_create
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsMcpServerInstallationsInstallTemplateCreate
POST/api/environments/{environment_id}/mcp_server_installations/install_template/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

Input

required

'personal' is per-user; 'shared' is team-wide (visible to all project members and sandbox agents). * `personal` - personal * `shared` - shared

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsMcpServerInstallationsInstallTemplateCreate({
  "install_source": "posthog",
  "scope": "personal"
})