quarkus-mcp-server
If you are the rightful owner of quarkus-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Quarkus Model Context Protocol (MCP) Server is an extension that provides APIs for implementing MCP server features, enabling seamless integration between LLM applications and external data sources and tools.
The Quarkus Model Context Protocol (MCP) Server is a powerful extension designed to facilitate the integration of large language model (LLM) applications with external data sources and tools. By providing both declarative and programmatic APIs, it allows developers to easily implement MCP server features. The server supports various functionalities such as prompts, resources, and tools, which can be represented by annotated business methods of CDI beans. This extension is part of the Quarkiverse, a collection of community-driven extensions for Quarkus, and it leverages the capabilities of the Quarkus framework to offer a robust and efficient solution for building AI-infused applications. The LangChain4j project complements this server by providing MCP client functionality, enabling a seamless client-server interaction.
Features
- Declarative and programmatic APIs for easy implementation of MCP server features.
- Support for prompts, resources, and tools through annotated business methods.
- Integration with Quarkus framework for efficient and robust application development.
- Compatibility with LangChain4j for MCP client functionality.
- Support for both HTTP/SSE and STDIO transport protocols.