Back to Home
jolokia icon

jolokia-mcp-server

by jolokia

Overview

Enables an LLM to manage a Java application by providing a bridge to JMX API via Jolokia.

Installation

Run Command
java -jar jolokia-mcp-server-0.4.4-runner.jar

Environment Variables

  • quarkus.http.port
  • quarkus.mcp.server.sse.root-path
  • jolokia.mcp.url

Security Notes

The server's core function is to expose powerful JMX operations (read/write attributes, execute operations) to an LLM. While the server's code itself does not contain 'eval' or malicious patterns, these JMX operations can lead to significant runtime modification or arbitrary code execution in the target Java application if the underlying Jolokia agent and JMX are not rigorously secured with authentication, authorization, and network access controls. The server acts as a direct proxy for these capabilities, and its safety is entirely dependent on the security configuration of the managed Java application, which is external to this server.

Similar Servers

Stats

Interest Score31
Security Score6
Cost ClassMedium
Avg Tokens400
Stars13
Forks3
Last Update2026-01-05

Tags

JMXJavaJolokiaLLM IntegrationApplication Management