Skip to content
Grok

Ingero for Grok

io.github.ingero-io/ingero

eBPF-based GPU causal observability with 7 MCP tools for AI-assisted GPU debugging

client:Grok transport:stdio runtime:oci

Install Ingero in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ingero": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ingero-io/ingero:v0.8.2"
      ]
    }
  }
}

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

Ingero in other clients