JMX-MCP

itz4blitz/JMX-MCP
★ 9 stars Java 🤖 AI/LLM Updated 27d ago
A powerful Model Context Protocol (MCP) server that enables AI assistants like Claude Desktop to monitor and manage Java applications through JMX. Provides real-time MBean discovery, attribute management, and natural language JMX operations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jmx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "itz4blitz/JMX-MCP"
      ]
    }
  }
}

Topics

ai-assistantclaude-desktopjavajava-managementjmxmbeansmcpmodel-context-protocolmodel-context-protocol-serversmonitoringspring-boot