Skip to content
VS Code

Ingero for VS Code

io.github.ingero-io/ingero

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

client:VS Code transport:stdio runtime:oci

Install Ingero in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ingero in other clients