This repository offers Model Context Protocol (MCP) servers built with Quarkus/Java, enabling the extension of MCP-enabled LLM applications with functionalities like database interaction, file system access, and container management.
This project hosts Model Context Protocol servers built in Java using the Quarkus MCP server framework. These servers enhance MCP-enabled LLM AI applications, including Claude Desktop, by extending their capabilities. Clients can be found on Awesome MCP Clients.
The project includes several servers:
Contributions are welcome. To create a new server, clone the repository, build it with mvn clean install
, create a directory for your server (e.g., jfr
), and use jbang -t mcp jfr
to generate a basic server. Add the new server as a module in the root pom.xml
, update the README.md
and demo image, and submit a pull request.
quarkiverse/quarkus-mcp-servers
January 22, 2025
March 26, 2025
Java