Skip to content

runtime eol deploy block audit for Grok

io.github.jmshinhwa/runtime-eol-deploy-block-audit

Finds the end-of-life runtimes an AI assistant still writes for you — node:20, python3.9, ubuntu-22

client:Grok transport:stdio runtime:npm

Install runtime eol deploy block audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "runtime-eol-deploy-block-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/runtime-eol-deploy-block-audit"
      ]
    }
  }
}

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

runtime eol deploy block audit in other clients