Skip to content
Claude Desktop

Mini Data Engine Runtime Copilot for Claude Desktop

io.github.kroq86/mini-data-engine

MCP runtime copilot for health checks, regressions, explainability, and operational memory.

client:Claude Desktop transport:stdio runtime:oci

Install Mini Data Engine Runtime Copilot in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mini-data-engine": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Mini Data Engine Runtime Copilot in other clients