Skip to content

SecOps Field Notes for Zed

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

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

client:Zed transport:stdio runtime:oci

Install SecOps Field Notes in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

SecOps Field Notes in other clients