Hacker News new | ask | show | jobs
by LeonidBugaev 367 days ago
It does not implement the Auth :)

(mcp auth is terrible btw)

2 comments

I 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...
For 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.