“Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools.”
It's time to create your first MCP server with Quarkus!
In this talk, we will showcase the quarkus-mcp-server project - a Quarkus extension that provides declarative and programmatic APIs that enable developers to implement the MCP server features easily.
First, we'll describe the basics of the specification. Then, we'll explain the building blocks and APIs of the extension, execution model, configuration, and also why and how it follows the idiomatic approach used in fundamental Quarkus extensions (such as quarkus-rest). Finally, we will develop a simple MCP server to extend an AI agent.