Odel
JProfiler

JProfiler

Local
@ej-technologies2MITUpdated 1w ago

Java profiling with AI agent integration. Profile CPU, memory, JDBC, HTTP and more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ej-technologies/jprofiler-mcpv16.2.1

Run

npx -y @ej-technologies/jprofiler-mcp

MCP client config

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