mcp for Zed
dev.threadmine/mcp
Analyze JVM thread dumps with ThreadMine: deadlocks, CPU spikes, pool exhaustion, health score.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@threadmine/mcp"
],
"env": {
"THREADMINE_API_KEY": "<THREADMINE_API_KEY>",
"THREADMINE_API_URL": "<THREADMINE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs