eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency
Server Config
{
"mcpServers": {
"ingero": {
"command": "ingero",
"args": [
"mcp"
],
"env": {}
}
}
}