Skip to content
Grok

base image eol lint for Grok

io.github.jmshinhwa/base-image-eol-lint

Marks every base image in your Dockerfiles, compose files and CI workflows whose security patches ha

client:Grok transport:stdio runtime:npm

Install base image eol lint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "base-image-eol-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/base-image-eol-lint"
      ]
    }
  }
}

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

base image eol lint in other clients