jolokia-mcp-server

jolokia-mcp-server

3

Jolokia MCP Server integrates with Jolokia to manage Java applications via JMX API. It provides functionalities like listing and managing MBeans, making it a valuable tool for developers working with Java applications.

Jolokia MCP Server

MCP server for Jolokia, a JMX-HTTP bridge for Java applications. This MCP server enables an LLM to manage a Java application using JMX API via Jolokia.

Features

  • List MBeans from the connected JVM
  • List operations for a MBean
  • List attributes for a MBean
  • Read/write attributes of a MBean
  • Execute operations on a MBean

Installation

Download the MCP server runner jar from the releases and add it to your MCP host settings.

Run

Execute the server using java -jar or with JBang.

HTTP/SSE Transport

The server can run with stdio transport by default or switch to HTTP/SSE transport using the --sse option.

Config Options

Details various configuration options such as Jolokia endpoint URL and system properties for server setup.