Quarkus
Createdquarkiverse
Enables developers to implement Model Context Protocol (MCP) server features easily within Quarkus applications.
About
This Quarkus extension simplifies the implementation of Model Context Protocol (MCP) server features. It offers declarative and programmatic APIs for seamless integration between LLM applications and external data sources and tools. By leveraging annotated business methods of CDI beans, developers can easily add server features such as prompts, resources, and tools. It supports both HTTP/SSE and STDIO transports.
Key Features
- Programmatic APIs for advanced customization
- Integration with LangChain4j for MCP client functionality
- 77 GitHub stars
- Declarative APIs for defining server features
- Supports prompts, resources, and tools
- Supports HTTP/SSE and STDIO transports
Use Cases
- Creating custom tools for LLM interactions
- Building AI-infused applications with external data access
- Developing MCP-compliant servers within Quarkus