Skip to content

NetOps Field Notes for Zed

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

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

client:Zed transport:stdio runtime:oci

Install NetOps Field Notes in Zed

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

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

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

NetOps Field Notes in other clients