Spring Boot Application Monitoring
Unified capability for monitoring and managing Spring Boot applications using Actuator endpoints. Enables health checks, metrics collection, log level management, and cache operations for DevOps and SRE workflows.
What You Can Do
MCP Tools
check-application-health
Check the overall health of a Spring Boot application including all health indicator components (database, cache, disk space, custom indicators)
check-component-health
Check health status for a specific application component (db, redis, diskSpace, custom)
get-jvm-metrics
Get JVM metrics including memory usage, garbage collection, thread counts, and CPU usage
list-available-metrics
List all Micrometer metric names available on this Spring Boot instance
get-environment-properties
Get all active environment properties including system, application.properties, profile-specific, and command-line overrides
adjust-log-level
Dynamically adjust a logger's log level at runtime (TRACE, DEBUG, INFO, WARN, ERROR, OFF) without application restart
list-loggers
List all registered loggers and their current configured and effective log levels
get-application-info
Get application metadata including build version, git commit info, and custom info contributors
evict-all-caches
Evict all application caches to force a full cache refresh