SecOps Field Notes for Grok
io.github.labaccessnow/secops-field-notes-mcp
CVSS scoring, IOC extraction, email header triage, hash/JWT/timestamp decoding, CISA KEV lookup.
client:Grok
transport:stdio
runtime:oci
Install SecOps Field Notes in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"secops-field-notes-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/labaccessnow/secops-field-notes-mcp:0.1.0"
]
}
}
}
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