Skip to content
Cursor

JProfiler for Cursor

io.github.ej-technologies/jprofiler-mcp

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

client:Cursor transport:stdio runtime:npm

Install JProfiler in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

JProfiler in other clients