-
Notifications
You must be signed in to change notification settings - Fork 733
docs(mcp): add EU subdomain instructions for Claude Code #14502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Claude Code requires the mcp-eu.posthog.com subdomain for EU users due to an OAuth bug where it ignores the authorization_servers field. Other clients can continue using the ?region=eu query parameter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| If your PostHog project is on EU Cloud, add `?region=eu` to the MCP URLs. For example: `https://mcp.posthog.com/mcp?region=eu` | ||
| If your PostHog project is on EU Cloud: | ||
|
|
||
| - **Claude Code**: Use `https://mcp-eu.posthog.com/mcp` (the EU subdomain is required for OAuth to work correctly) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is confusing, can we just tell them to use mcp-eu, its weird to have two standards?
| If your PostHog project is on EU Cloud: | ||
|
|
||
| - **Claude Code**: Use `https://mcp-eu.posthog.com/mcp` (the EU subdomain is required for OAuth to work correctly) | ||
| - **Other clients**: Add `?region=eu` to the MCP URLs, e.g., `https://mcp.posthog.com/mcp?region=eu` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not suggest the mcp-eu subdomain at all times? Is there anything bad with it? We should have simpler docs if possible
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs(mcp): add EU subdomain instructions for Claude Code Claude Code requires the mcp-eu.posthog.com subdomain for EU users due to an OAuth bug where it ignores the authorization_servers field. Other clients can continue using the ?region=eu query parameter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: simplify EU MCP docs to use subdomain for all clients Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Problem
EU users using Claude Code with the PostHog MCP server were being redirected to US OAuth login even with
?region=eu. This is due to a Claude Code bug where it ignores theauthorization_serversfield from OAuth metadata.Changes
Updated the EU region callout box to specify:
https://mcp-eu.posthog.com/mcpsubdomain?region=euquery parameterRelated PRs
🤖 Generated with Claude Code