Skip to content
Cursor

SecOps Field Notes for Cursor

io.github.labaccessnow/secops-field-notes-mcp

CVSS scoring, IOC extraction, email header triage, hash/JWT/timestamp decoding, CISA KEV lookup.

client:Cursor transport:stdio runtime:oci

Install SecOps Field Notes in Cursor

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

{
  "mcpServers": {
    "secops-field-notes-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/labaccessnow/secops-field-notes-mcp:0.1.0"
      ]
    }
  }
}

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

SecOps Field Notes in other clients