diff --git a/.mcp.json b/.mcp.json index 539f904415d..26823b5c97f 100644 --- a/.mcp.json +++ b/.mcp.json @@ -23,19 +23,6 @@ "sentry": { "type": "http", "url": "https://mcp.sentry.dev/mcp" - }, - "posthog": { - "command": "npx", - "args": [ - "-y", - "mcp-remote@latest", - "https://mcp.posthog.com/mcp", - "--header", - "Authorization:${POSTHOG_AUTH_HEADER}" - ], - "env": { - "POSTHOG_AUTH_HEADER": "Bearer ${POSTHOG_API_KEY}" - } } } }