javaperf for Zed
io.github.thesharque/javaperf
Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings.
client:Zed
transport:stdio
runtime:npm
Install javaperf in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"javaperf": {
"command": "npx",
"args": [
"-y",
"javaperf"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs