Connects Claude and other AI assistants directly to JProfiler's profiling engine via MCP. Exposes CPU hotspot analysis, memory allocation tracking, JDBC query profiling, and HTTP call inspection as tools your agent can invoke during development sessions. You'd reach for this when debugging performance issues in Java applications and want your AI assistant to analyze profiler snapshots, identify bottlenecks, and suggest optimizations without leaving the conversation. Requires a JProfiler license (10-day trial available). Supports optional filters to limit which profiling subsystems are exposed and configurable call tree depth for managing response size.
JProfiler is a Java profiler with AI agent integration via the Model Context Protocol. Profile CPU hotspots, memory allocations, JDBC queries, HTTP calls and more directly from your AI coding assistant.
claude mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp
Listed on cursor.directory.
codex mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp
gemini mcp add jprofiler npx -y @ej-technologies/jprofiler-mcp@latest
Use the following npx invocation as the MCP server command in your client's configuration:
npx -y @ej-technologies/jprofiler-mcp@latest
For clients that use a JSON configuration file (Claude Desktop, Windsurf, VS Code, etc.):
{
"mcpServers": {
"jprofiler": {
"command": "npx",
"args": ["-y", "@ej-technologies/jprofiler-mcp"]
}
}
}
--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 depthJProfiler requires a license. On first use, you can start a free 10-day evaluation or enter an existing license key. Purchase at https://www.ej-technologies.com/store/jprofiler.
License terms: https://www.ej-technologies.com/jprofiler/license
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent