quarkus-mcp-server

quarkiverse
103
# README This extension enables developers to easily implement the functionality of MCP Server.
#quarkus-extension

Overview

What is quarkus-mcp-server

Quarkus MCP Server is an extension that allows developers to easily implement features of the Model Context Protocol (MCP), which facilitates seamless integration between large language model (LLM) applications and external data sources and tools.

How to Use

To use Quarkus MCP Server, add the dependency to your POM file, define server features through annotated business methods of CDI beans, and then run your Quarkus application.

Key Features

Key features include declarative and programmatic APIs for implementing MCP server functionalities, support for various transport methods (HTTP/SSE or STDIO), and the ability to create prompts, resources, and tools easily.

Use Cases

Use cases for Quarkus MCP Server include building AI-infused applications that require integration with external data sources, creating interactive tools for code assistance, and enabling dynamic resource management in LLM applications.

Content