JMX MCP Server
JSON →Provides JMX monitoring and management capabilities for AI assistants. Requires Java 17+.
Tools · 12
- listMBeans List all discovered MBeans with optional domain filtering
- getMBeanInfo Get detailed information about a specific MBean
- getAttribute Read the value of an MBean attribute
- setAttribute Set the value of a writable MBean attribute
- listDomains List all available MBean domains
- listJmxConnections List all configured JMX connections
- addJmxConnection Add a new JMX connection
- removeJmxConnection Remove a JMX connection
- switchJmxConnection Switch to a different JMX connection
- getConnectionInfo Get current JMX connection status and statistics
- discoverJmxServices Discover JMX-enabled Java applications on the system
- autoRegisterDiscoveredConnections Automatically register discovered JMX services
Links
★ 9 GitHub stars