Skip to content
Grok

JProfiler for Grok

io.github.ej-technologies/jprofiler-mcp

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

client:Grok transport:stdio runtime:npm

Install JProfiler in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

JProfiler in other clients