dejared for Cursor
io.github.hqkh4nh/dejared
Java decompiler MCP server. Explore, search, and decompile JAR, WAR, EAR, and AAR bytecode.
client:Cursor
transport:stdio
runtime:npm
Install dejared in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dejared": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dejared-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs