Skip to main content
Glama

PostHog MCP Server

by Shudufhadzo
smithery.yaml624 B
build: dockerfile: Dockerfile startCommand: type: stdio configSchema: type: object required: - personalApiKey properties: personalApiKey: type: string description: "Your PostHog API key (starts with phx_)" posthogRegion: type: string enum: ["us", "eu"] default: "us" description: "PostHog region (us or eu)" commandFunction: | (config) => ({ command: 'python', args: ['-m', 'posthog_mcp'], env: { PERSONAL_API_KEY: config.personalApiKey, POSTHOG_REGION: config.posthogRegion || 'us' } })

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/Shudufhadzo/liquidium-mcp'

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