dejared for Cursor
io.github.huynhkhanh1402/dejared
Explore, analyze, and decompile Java JAR files via MCP
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