Skip to content
Grok

Evidra for Grok

io.github.vitas/evidra

Evidra — Flight recorder for AI infrastructure agents

client:Grok transport:stdio runtime:oci

Install Evidra in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "evidra": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/vitas/evidra-mcp:0.4.7"
      ],
      "env": {
        "EVIDRA_ENVIRONMENT": "<EVIDRA_ENVIRONMENT>",
        "EVIDRA_EVIDENCE_DIR": "<EVIDRA_EVIDENCE_DIR>",
        "EVIDRA_SIGNING_MODE": "<EVIDRA_SIGNING_MODE>",
        "EVIDRA_SIGNING_KEY": "<EVIDRA_SIGNING_KEY>",
        "EVIDRA_SIGNING_KEY_PATH": "<EVIDRA_SIGNING_KEY_PATH>"
      }
    }
  }
}

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

Evidra in other clients