Home › Other › javaperf

javaperf

Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings.

TypeScript
★ 10 stars Last pushed 2026-05-23

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.4.1)

npx -y javaperf@1.4.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-jperf": {
      "command": "npx",
      "args": [
        "-y",
        "javaperf@1.4.1"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry