Hi,we are introducing a
new project in the
wildfly-extras github organization. This project aims to contain tooling that benefits from the
MCP protocol to expose WildFly servers to generative AI applications (
claude.io, chatGPT, ...).
The
WildFly MCP Server, a quarkus fat jar application, allows the AI application to access to running WildFly instances (exposed as MCP tools) and retrieve WildFly servers information:
* Metrics
* Log file
* Server configuration
* Invoke WildFly CLI operations (e.g.: enabling/disabling loggers)
In addition, an MCP server can expose re-usable Prompts that you can directly consume in the chat application (e.g.:
claude.io). An
example of a re-usable prompt that illustrates what you can do once you have integrated the WildFly MCP server in your chatbot.
We are currently developing a WildFly chatbot application (simple question/reply Web UI), in which the WildFly MCP server could be integrated. This chatbot will be contributed to the
WildFly MCP project.
Hope you will find an interest in this new project.
Thank-you for reading.