Skip to content
Cursor

joLink for Cursor

io.github.l1ch404/jolink-runtime

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

client:Cursor transport:stdio runtime:pypi

Install joLink in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

joLink in other clients