quarkus-mcp-server

quarkiverse
133
This extension enables developers to implement the MCP server features easily.
#quarkus-extension

Overview

quarkus-mcp-server Introduction

quarkus-mcp-server is a Quarkus extension that allows developers to easily implement features of the Model Context Protocol (MCP) server, providing both declarative and programmatic APIs.

How to Use

To use quarkus-mcp-server, add the dependency to your POM file and define server features using annotated business methods of CDI beans.

Key Features

Key features include support for both HTTP/SSE and STDIO transport, easy integration of prompts, resources, and tools through CDI beans, and a straightforward setup process.

Where to Use

quarkus-mcp-server can be used in applications that require seamless integration between large language models (LLMs) and external data sources or tools.

Use Cases

Use cases include AI-infused applications that need to process and respond to user inputs, integrate with various data sources, and utilize tools for enhanced functionality.

Content