From 2b726650c79745b0259af144455fee6fc2ec8935 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Wed, 11 Feb 2026 12:50:23 -0800 Subject: [PATCH] Remove PostHog MCP server from .mcp.json PostHog MCP integration is no longer needed. --- .mcp.json | 13 ------------- 1 file changed, 13 deletions(-) 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}" - } } } }