Developer Tools
Trust: 34/100 (Limited)javaperf Guide
Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings.
4 starsby theSharque
Quick Start
Install
npx javaperfClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thesharque-javaperf": {
"command": "npx",
"args": [
"javaperf"
]
}
}
}