- Jprofiler
Jprofiler
About JProfiler
-
Java performance profiler with AI agent integration via the Model Context Protocol
-
MCP tools: CPU hotspots with back traces, memory allocation analysis, JDBC query profiling, HTTP call tracing, and thread state inspection
-
Heap dump analysis across three snapshot formats: HPROF (the JVM standard), JFR (Java Flight Recorder), and JProfiler's own
.jpssnapshots -
Attach to running JVMs or prepare a fresh profiling session, the MCP server drives the JProfiler command-line tooling, so AI coding assistants can guide the entire workflow from "profile this" to "here's the hotspot and the back trace"
-
Cross-platform: macOS, Windows, Linux
-
Commercial product from ej-technologies, with a free 10-day evaluation, no signup required to start
Links
Server Config
{
"mcpServers": {
"jprofiler": {
"command": "npx",
"args": [
"-y",
"@ej-technologies/jprofiler-mcp"
]
}
}
}