joLink for Grok
io.github.l1ch404/jolink-runtime
A lightweight Java IDE for AI agents: incremental builds, fast tests, HotSwap and live debugging.
client:Grok
transport:stdio
runtime:pypi
Install joLink in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs