Skip to content
Cursor

ot security mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install ot security mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ot security mcp in other clients