← Index

javaperf

io.github.theSharque/javaperf·v1.2.2·Other
Quality Score
90
/100

Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "javaperf": {
      "command": "npx",
      "args": [
        "-y",
        "javaperf"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "javaperf": {
      "command": "npx",
      "args": [
        "-y",
        "javaperf"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y javaperf
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other