PluginBench
MCP Server

Mini Data Engine Runtime Copilot MCP Server

io.github.kroq86/mini-data-engine

What is the Mini Data Engine Runtime Copilot MCP server?

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

How to install Mini Data Engine Runtime Copilot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/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"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mini-data-engine": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mini-data-engine": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12"
      ]
    }
  }
}
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"
      ]
    }
  }
}
Claude Code
claude mcp add mini-data-engine -- docker run -i --rm ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12

Related MCP servers

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

View repository →