mirror of
https://github.com/PostHog/posthog-for-claude.git
synced 2026-09-14 20:17:27 +08:00
acf2de8fd4
Instead of manual file editing, EU and self-hosted users can now set
the POSTHOG_MCP_URL environment variable. This follows the pattern
used by other MCP servers like Postman and GitHub.
- Use template variable in .mcp.json: ${POSTHOG_MCP_URL:-default}
- Update README with env var instructions for EU Cloud
- Unify self-hosted config to use same env var
- Remove unnecessary .mcp-eu.json file
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"mcpServers": {
|
|
"posthog": {
|
|
"type": "http",
|
|
"url": "${POSTHOG_MCP_URL:-https://mcp.posthog.com/mcp}"
|
|
}
|
|
}
|
|
}
|