8 ms·
It does not implement the Auth :) (mcp auth is terrible btw)
by LeonidBugaev 1y ago
It does not implement the Auth :)
(mcp auth is terrible btw)
- seanobannon 1y agoI couldn’t find any great examples of MCP auth, so made this demonstrate an oauth flow recently - https://github.com/OBannon37/chatgpt-deep-research-connector-example https://github.com/OBannon37/chatgpt-deep-research-connector...
- WXLCKNO 1y agoFor my app I'm bypassing MCP auth and doing the regular oauth2 flow to connect users to external apps. Then I pass the stored oauth token directly to my (private) MCP servers alongside a bearer token.