← Back to Plugins
MCP Server MCP

io.github.codelipenghui/mcp-mat

github By github 👁 1 views ▲ 0 votes

Headless Eclipse MAT MCP server for Java heap dump analysis

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-mat",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to Eclipse MAT installation directory (e.g., /Applications/MemoryAnalyzer.app/Contents/Eclipse)",
          "format": "string",
          "name": "MAT_HOME"
        },
        {
          "description": "Path to Java executable (default: java)",
          "format": "string",
          "name": "JAVA_PATH"
        },
        {
          "description": "Maximum JVM heap size in MB for MAT (default: 4096)",
          "format": "string",
          "name": "MAT_XMX_MB"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...