trackmcp
Back to directory
ej-technologies

jprofiler-mcp

View on GitHub

MCP server for JProfiler

2 starsOthers Updated Aug 26, 2026

Documentation

JProfiler MCP Server

ej-technologies/jprofiler-mcp MCP server

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.

Installation

Claude Code

code
claude mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp

Codex

code
codex mcp add jprofiler -- npx -y @ej-technologies/jprofiler-mcp

Cursor

Listed on cursor.directory.

Install MCP Server

Other MCP clients

Use the following npx invocation as the MCP server command in your client's configuration:

code
npx -y @ej-technologies/jprofiler-mcp@latest

For clients that use a JSON configuration file (Claude Desktop, Antigravity, Windsurf, VS Code, etc.):

json
{
  "mcpServers": {
    "jprofiler": {
      "command": "npx",
      "args": ["-y", "@ej-technologies/jprofiler-mcp"]
    }
  }
}

Optional arguments

  • `--filter ` — Comma-separated list of tool name patterns to include
  • `--subsystems ` — Comma-separated list of subsystems to enable
  • `--max-depth ` — Maximum call tree expansion depth

License

JProfiler 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

Frequently asked questions

What is jprofiler-mcp?

jprofiler-mcp is MCP server for JProfiler

How do I install jprofiler-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is jprofiler-mcp open source?

Yes — it is hosted on GitHub at https://github.com/ej-technologies/jprofiler-mcp and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP