Skip to content

AIOps Field Notes for Zed

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

Audit an MCP config, price a model, size a GPU, explain network config drift. Key-free.

client:Zed transport:stdio runtime:oci

Install AIOps Field Notes in Zed

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

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

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

AIOps Field Notes in other clients