MCP Mat runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 19 Mar 2026.
Headless Eclipse MAT MCP server for Java heap dump analysis
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const result = spawnSync(javaPath, ["-version"], {
return path.join(pluginDir, launcherCandidate);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-mat -- npx -y mcp-mat
{
"mcpServers": {
"mcp-mat": {
"args": [
"-y",
"mcp-mat"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-mat]
command = "npx"
args = ["-y", "mcp-mat"]
{
"mcpServers": {
"mcp-mat": {
"args": [
"-y",
"mcp-mat"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-mat": {
"args": [
"-y",
"mcp-mat"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MAT_HOME (Path to Eclipse MAT installation directory (e.g., /Applications/MemoryAnalyzer.app/Contents/Eclipse)), JAVA_PATH (Path to Java executable (default: java)), MAT_XMX_MB (Maximum JVM heap size in MB for MAT (default: 4096)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for JavaScript analysis, security auditing, browser automation and hooks
MCP server for browser use access
MCP server for JavaScript reverse engineering and browser debugging.
MCP server for JavaScript reverse engineering and browser debugging.
MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.
Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.
MCP server for Chrome DevTools
MCP server for Chrome DevTools
Answers built from our own checks of this server.