Odel
AIOps Field Notes

AIOps Field Notes

Local
@labaccessnowJavaScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/labaccessnow/aiops-field-notes-mcp:0.1.1

Run

docker run -i --rm ghcr.io/labaccessnow/aiops-field-notes-mcp:0.1.1

MCP client config

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