Is there a ready-to-use Java/Spring Boot template for an MCP server with OAuth 2.0 and PKCE?

0
2
Asked By CuriousCoder92 On

I've successfully built a remote MCP server using Spring Boot, incorporating OAuth 2.0, PKCE, and other features like RFC 8414 discovery and tool access control. Now, I'm considering open sourcing this project as a starter template. However, I notice that most existing resources only provide support in Node.js, Python, or lack proper authentication setups. I'm curious—are other Java developers experiencing similar challenges? Would a Spring Boot starter template with integrated authentication actually be helpful for you? I welcome any thoughts or suggestions.

3 Answers

Answered By AIEnthusiast21 On

I'm planning on making a similar project with AI's help too, mainly for my own learning experience. If you do open source it, I bet it would be super useful!

Answered By DevExplorer88 On

I'd love to see your code! If you're generating it with AI, just give me a heads-up since I could whip up something similar in a couple of days myself.

Answered By TechieTina47 On

About your question on the Spring Boot starter with built-in auth—are you doing some kind of market research here?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.