Skip to content

Commit 3ec7d2b

Browse files
authored
Dallin/posthog mcp tweaks (#9110)
* fix: posthog docs updates * fix: posthog docs updates
1 parent 955f5fc commit 3ec7d2b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/guides/posthog-github-continuous-ai.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,16 @@ You only need to configure the PostHog MCP credential - it automatically handles
165165
<Tab title="🛠️ Manual Setup">
166166
<Steps>
167167
<Step title="Add PostHog MCP to Continue CLI">
168-
First, install the [PostHog MCP](https://hub.continue.dev/posthog/posthog-mcp) or run:
169-
```bash
170-
npx -y mcp-remote@latest https://mcp.posthog.com/sse --header Authorization:${{ secrets.continuedev/awesome-models-posthog-gh/posthog/posthog-mcp/POSTHOG_AUTH_HEADER }}
171-
```
168+
First, install the [PostHog MCP](https://hub.continue.dev/posthog/http-mcp) to the Continue CLI by
169+
1. Adding it to a Hub Config by clicking "Use MCP Server" and selecting a Config
170+
2. Adding it to your [Local Config](/reference#mcpservers)
172171
</Step>
173172
<Step title="Add PostHog + GitHub Analysis Rules">
174-
In the Continue Mission Control, add the [PostHog GitHub Continuous AI Rules](https://hub.continue.dev/bekah-hawrot-weigel/posthog-github-continuous-ai-rules) to your account for better formatting and error handling.
173+
Visit [PostHog GitHub Continuous AI Rules](https://hub.continue.dev/bekah-hawrot-weigel/posthog-github-continuous-ai-rules) and click "Use Rule" to add it to your Config.
174+
175+
You could also
176+
1. Pass `--rule bekah-hawrot-weigel/posthog-github-continuous-ai-rules` to `cn` OR
177+
2. Copy the rules to your local `.continue/rules` folder. See the [Rules Guide](/customize/deep-dives/rules#how-to-create-and-manage-rules-in-continue).
175178
</Step>
176179
<Step title="Create Your Custom Prompts">
177180
Use this prompt with Continue CLI to analyze PostHog data and create GitHub issues:

0 commit comments

Comments
 (0)