Odel
mcp mat

mcp mat

Local
@codelipenghui24TypeScriptApache-2.0Updated 5mo ago

Headless Eclipse MAT MCP server for Java heap dump analysis

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).

npmmcp-matv0.1.0

Run

npx -y mcp-mat

MCP client config

{
  "mcpServers": {
    "mcp-mat": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mat"
      ]
    }
  }
}