qu

quarkiverse/quarkus-mcp-server

☕ Java SDK for building MCP servers using Quarkus.

#java#quarkus#mcp
Publisherquarkiverse/quarkus-mcp-server
Submitted date4/19/2025

Overview

Title

Quarkus Model Context Protocol (MCP) Server

How to Use

  1. Add the MCP Server dependency to your POM file.
  2. Implement server features (prompts, resources, and tools) using annotated CDI beans.
  3. Run your Quarkus application to start the MCP server.

Key Features

  • Declarative and programmatic APIs for MCP server implementation.
  • Support for HTTP/SSE and STDIO transports.
  • Integration with LangChain4j for MCP client functionality.
  • Easy-to-use annotations for defining tools, prompts, and resources.

Use Cases

  • Seamless integration between LLM applications and external data sources.
  • Building AI-infused applications with external tool integration.
  • Providing structured access to resources and prompts for LLM applications.

Visit More

View All