Skip to content

Trustabl for Grok

io.github.trustabl/agent-reliability-analyzer

Find and fix reliability and safety gaps in agent code, across nine agent SDKs.

client:Grok transport:stdio runtime:oci

Install Trustabl in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-reliability-analyzer": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/trustabl/agent-reliability-analyzer:0.1.12"
      ]
    }
  }
}

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

Trustabl in other clients