Skip to content

nis2 incident runbook lint for Grok

io.github.jmshinhwa/nis2-incident-runbook-lint

Reads your incident-response runbook and says which of the three Article 23 clocks it gets wrong

client:Grok transport:stdio runtime:npm

Install nis2 incident runbook lint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nis2-incident-runbook-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/nis2-incident-runbook-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

nis2 incident runbook lint in other clients