Mini Data Engine Runtime Copilot for Grok
io.github.kroq86/mini-data-engine
MCP runtime copilot for health checks, regressions, explainability, and operational memory.
client:Grok
transport:stdio
runtime:oci
Install Mini Data Engine Runtime Copilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mini-data-engine": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs