WildFly
About
Integrates with WildFly application servers to enable monitoring, configuration, and management of server resources and performance.
Details
- Author
- wildfly-extras
- Repository
- wildfly-extras/wildfly-mcp
- GitHub stars
- 6
- Downloads
- 260
- License
- Apache License 2.0
- Categories
- Productivity, Developer Tools, Design, Workplace, AI, Project Management, Frontend, Infrastructure, Other
Jump to
- Integrates WildFly with AI chatbots via MCP protocol
- Allows natural language interaction with WildFly servers
- Includes a Chat Bot that supports MCP servers (STDIO and SSE)
- Provides container images for cloud and OpenShift deployment
- Offers a STDIO to SSE protocol gateway
- Includes a simple Wait MCP server for LLM workflows
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
WildFlyCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The top-level README does not include installation or configuration steps. For usage details, refer to the individual component README files: WildFly MCP Server, WildFly Chat Bot, Container Images, MCP STDIO to SSE Gateway, and Wait MCP Server.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wildfly": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
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: A WildFly MCP server to integrate with your AI chatbot in order to interact with WildFly server using natural language.
WildFly Chat Bot: 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 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: A Java gateway allowing to integrate SSE MCP servers in chat applications that only support STDIO protocol.
- Wait MCP Server: A simple MCP server that allows LLM to wait for some seconds. Can be useful in some workflow.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





