joLink for Cline
io.github.l1ch404/jolink-runtime
A lightweight Java IDE for AI agents: incremental builds, fast tests, HotSwap and live debugging.
client:Cline
transport:stdio
runtime:pypi
Install joLink in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs