joLink for Claude Desktop
io.github.l1ch404/jolink-runtime
A lightweight Java IDE for AI agents: incremental builds, fast tests, HotSwap and live debugging.
client:Claude Desktop
transport:stdio
runtime:pypi
Install joLink in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jolink-runtime": {
"command": "uvx",
"args": [
"jolink-runtime"
],
"env": {
"JOLINK_DOWNLOAD_MIRROR": "<JOLINK_DOWNLOAD_MIRROR>",
"JOLINK_JDT_GC_AFTER_BUILD": "<JOLINK_JDT_GC_AFTER_BUILD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs