Skip to content
Zed

joLink for Zed

io.github.l1ch404/jolink-runtime

A lightweight Java IDE for AI agents: incremental builds, fast tests, HotSwap and live debugging.

client:Zed transport:stdio runtime:pypi

Install joLink in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "jolink-runtime": {
      "command": "uvx",
      "args": [
        "jolink-runtime"
      ],
      "env": {
        "JOLINK_DOWNLOAD_MIRROR": "<JOLINK_DOWNLOAD_MIRROR>",
        "JOLINK_JDT_GC_AFTER_BUILD": "<JOLINK_JDT_GC_AFTER_BUILD>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

joLink in other clients