Skip to content

NetOps Field Notes for Grok

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

Config drift, CIS/PCI checks, 802.1X diagnosis, certs inside configs, topology, change pre-flight.

client:Grok transport:stdio runtime:oci

Install NetOps Field Notes in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "netops-field-notes-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/labaccessnow/netops-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

NetOps Field Notes in other clients