Mini Data Engine Runtime Copilot for Cursor
io.github.kroq86/mini-data-engine
MCP runtime copilot for health checks, regressions, explainability, and operational memory.
client:Cursor
transport:stdio
runtime:oci
Install Mini Data Engine Runtime Copilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mini-data-engine": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs