WildFly MCP
This project provides tools that enable WildFly users to leverage Generative AI for monitoring and managing their WildFly servers.
- WildFly MCP Server: A WildFly MCP server (compatible with MCP servers) designed to integrate with AI chatbots, enabling natural language interaction with WildFly servers.
- WildFly Chat Bot: An AI chatbot specifically for interacting with WildFly servers. It supports integration with MCP servers using both STDIO and SSE protocols.
- Container Images: Pre-built container images for the MCP server and the chatbot (which bundles both the chatbot and the MCP server). These images are ready for cloud deployment and include an OpenShift deployment example.
- MCP STDIO to SEE protocol gateway: A Java-based gateway that facilitates the integration of SSE MCP servers into chat applications that only support the STDIO protocol.
- Wait MCP Server: A basic MCP server (compatible with MCP servers) that allows LLMs to pause execution for a specified duration, useful in certain workflows.