Mini Data Engine Runtime Copilot for VS Code
io.github.kroq86/mini-data-engine
MCP runtime copilot for health checks, regressions, explainability, and operational memory.
client:VS Code
transport:stdio
runtime:oci
Install Mini Data Engine Runtime Copilot in VS Code
.vscode/mcp.json
{
"servers": {
"mini-data-engine": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs