Skip to content

AIOps Field Notes for Grok

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

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

client:Grok transport:stdio runtime:oci

Install AIOps Field Notes in Grok

.mcp.json (in your project root)

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

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

AIOps Field Notes in other clients