Skip to content
Grok

ot security mcp for Grok

io.github.ansvar-systems/ot-security-mcp

OT security standards: IEC 62443, NIST 800-82/53, MITRE ATT&CK for ICS

client:Grok transport:stdio runtime:npm

Install ot security mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ot-security-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ansvar/ot-security-mcp"
      ]
    }
  }
}

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

ot security mcp in other clients