dejared for Zed
io.github.hqkh4nh/dejared
Java decompiler MCP server. Explore, search, and decompile JAR, WAR, EAR, and AAR bytecode.
client:Zed
transport:stdio
runtime:npm
Install dejared in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dejared": {
"command": "npx",
"args": [
"-y",
"dejared-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs