Ingero for Cursor
io.github.ingero-io/ingero
eBPF-based GPU causal observability with 7 MCP tools for AI-assisted GPU debugging
client:Cursor
transport:stdio
runtime:oci
Install Ingero in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ingero": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ingero-io/ingero:v0.8.2"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs