JProfiler MCP Server
JProfiler is a Java profiler with AI agentintegration via the Model Context Protocol.Profile CPU hotspots, memory allocations, JDBC queries, HTTP calls and moredirectly from your AI coding assistant.
Installation
Claude Code
/plugin install ej-technologies/jprofiler-mcp
npx (works with any MCP client)
npx -y @ej-technologies/jprofiler-mcp@latest
MCP JSON configuration
Add to your MCP client configuration (Claude Desktop, Cursor, Windsurf, VS Code, etc.):
{
"mcpServers": {
"jprofiler": {
"command": "npx",
"args": ["-y", "@ej-technologies/jprofiler-mcp"]
}
}
}
Optional arguments
--filter <patterns>โ Comma-separated list of tool name patterns to include--subsystems <list>โ Comma-separated list of subsystems to enable--max-depth <n>โ Maximum call tree expansion depth
License
JProfiler requires a license. On first use, you can start a free 10-day evaluationor enter an existing license key. Purchase at https://www.ej-technologies.com/store/jprofiler.
License terms: https://www.ej-technologies.com/jprofiler/license