MCP Server
MCP
io.github.codelipenghui/mcp-mat
Headless Eclipse MAT MCP server for Java heap dump analysis
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
By
Comments
Sign in to leave a comment