Enabling multi-user OAuth flow for self-hosted remote MCP (like Atlassian-hosted remote MCP) #609
Unanswered
bshibilov-sh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We’re trying to replicate the behavior described in this Atlassian community post using our own self-hosted remote MCP server, which we currently host as an ECS service.
When using Atlassian’s hosted remote MCP at
https://mcp.atlassian.com/v1/sse
, users are automatically redirected to the OAuth 2.0 wizard, where they can authenticate and grant access. This per-user OAuth flow works great — each user is identified individually, and tokens are handled dynamically.Our goal is to enable the same behavior in our self-hosted remote MCP, where:
Currently, when setting up a remote MCP, the workflow relies on a one-time manual auth to obtain tokens. We’d like to know if the MCP codebase supports (or plans to support) this multi-user OAuth model for self-hosted deployments.
Is there a way to configure the app so that self-hosted remote MCPs behave the same way as
https://mcp.atlassian.com/v1/sse
, prompting each user with their own auth flow?Any guidance or best practices would be appreciated!
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions