https://github.com/wildfly-extras/wildfly-mcp
WildFly MCP server and other tooling to integrate WildFly in AI space
https://github.com/wildfly-extras/wildfly-mcp
ai wildfly
Last synced: 11 days ago
JSON representation
WildFly MCP server and other tooling to integrate WildFly in AI space
- Host: GitHub
- URL: https://github.com/wildfly-extras/wildfly-mcp
- Owner: wildfly-extras
- License: apache-2.0
- Created: 2025-01-21T09:47:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T11:43:02.000Z (17 days ago)
- Last Synced: 2025-04-08T12:35:44.850Z (17 days ago)
- Topics: ai, wildfly
- Language: Java
- Homepage:
- Size: 1.2 MB
- Stars: 4
- Watchers: 9
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mcp-servers - WildFly MCP - WildFly MCP server and other tooling to integrate WildFly in AI space (Table of Contents / Other Tools and Integrations)
README
# WildFly MCP
This project aims to define tooling allowing WildFly users to benefenit from the Generative AI capabilities when monitoring and managing WildFly servers.
* [WildFly MCP Server](wildfly-mcp-server/README.md): A WildFly [MCP server](https://github.com/modelcontextprotocol/servers) to integrate with your AI chatbot in order to interact with WildFly server using natural language.
* [WildFly Chat Bot](wildfly-chat-bot/README.md): A WildFly Chat Bot to interact with WildFly servers. This AI chatbot allows to also integrate MCP servers (STDIO and SSE protocol).
* [Container Images](container-images/README.md): Container images for mcp server and the chat bot (that contains both the chat bot and the mcp server. Ready to interact with your WildFly servers on the cloud). Example of OpenShift deployment is provided.
* [MCP STDIO to SEE protocol gateway](mcp-stdio-sse-gateway/README.md): A Java gateway allowing to integrate SSE MCP servers in chat applications that only support STDIO protocol.
* [Wait MCP Server](wait-mcp-server/README.md): A simple [MCP server](https://github.com/modelcontextprotocol/servers) that allows LLM to wait for some seconds. Can be useful in some workflow.