Skip to content
Zed

Ingero for Zed

io.github.ingero-io/ingero

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

client:Zed transport:stdio runtime:oci

Install Ingero in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Ingero in other clients