JProfiler for Zed
io.github.ej-technologies/jprofiler-mcp
Java profiling with AI agent integration. Profile CPU, memory, JDBC, HTTP and more.
client:Zed
transport:stdio
runtime:npm
Install JProfiler in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jprofiler-mcp": {
"command": "npx",
"args": [
"-y",
"@ej-technologies/jprofiler-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs