mcpjungle/MCPJungle

Support Oauth-based authentication

オープン

#128 opened on 2025/09/27

 (3 件のコメント) (4 件のリアクション) (0 人の担当者)Go (146 件のフォーク)auto 404
enhancemententerprise-readinessfeedbackhelp wantedsecurity

Repository metrics

Stars
 (1,162 個のスター)
PR merge metrics
 (平均マージ 3d 23h) (30d で 1 merged PR)

説明

Not supporting oauth is currently a significant limitation of mcpjungle and we need to address this. Because of this, currently chatgpt cannot connect to mcpjungle (because it only authenticates via oauth).

This needs more research - what all ways will oauth play a role in a gateway?

  1. mcpj should act as a oauth server - allow MCP clients that support oauth (such as claude desktop, chatgpt) to authenticate with mcpjungle to be able to access its functionality.
  2. mcpj in turn should be able to act as a oauth client to authenticate with upstream mcp servers that support oauth.
  3. mcpj should allow people to use their identity providers like okta, google, auth0, etc. to log into it (via openid connect).

What else? What all does MCP, as a protocol, support w.r.t oauth?

コントリビューターガイド