MCP runtime copilot for health checks, regressions, explainability, and operational memory.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Runnable Python and Rust data-system internals with an MCP-native runtime copilot layer.
This repository combines two things:
Requirements:
Setup:
Run end-to-end flow:
Run core demos:
mini_pg_like.py: PostgreSQL-like toy engine with heap table, B-tree index, and planner output.mini_databricks_clone.py: Databricks-like toy platform with versioning, partitions, DAGs, and events.src/bin/mini_pg_like.rs: Rust PostgreSQL-like demo.src/bin/mini_databricks_clone.rs: Rust Databricks-like demo.src/lib.rs, src/common.rs, src/pg.rs: shared Rust core modules.mcp_engine_server.py: MCP runtime adapter for diagnostics and regression workflows.Most internals content stops at diagrams. This project stays runnable and inspectable:
This repo also includes a minimal MCP server that wraps the lab operations:
mcp_engine_server.py.cursor/mcp.jsonCurrent MCP tool list for this release (47 tools total):
Engine state and runtime:
init_engineinsert_rowupsert_rowcreate_indexexplain_customerreindex_projectrun_e2e_flowExplainability and demos:
explain_rundemo_explain_rundemo_explain_run_failuredemo_explain_semantic_failuredemo_explain_idempotency_conflictdemo_explain_concurrency_failure_stormexplain_regression_suiteTrace and retrieval:
record_tool_tracesimilar_incidentsrefresh_trace_pathrefresh_docs_pathmemory_upsertmemory_searchSLO and ROI:
health_checkbenchmark_callsscenario_load_testcapture_roi_baselinereport_drift_bugdecision_gateSchema evaluation (verdict + report via MCP, no external Postgres):
schema_load_toolschema_explain_toolschema_evaluate_toolschema_evaluate_full_toolProject contract and regression:
project_manifestproject_capabilitiesproject_tool_catalogproject_get_defaultsproject_run_regressionproject_capture_baselineproject_compare_baselineGeneric project state:
project_list_entitiesproject_get_entityproject_upsert_entityproject_delete_entityproject_append_eventproject_ingest_traceproject_explain_runproject_export_stateGeneric heuristics:
project_list_heuristicsproject_run_heuristicFor machine-readable discovery, prefer:
project_tool_catalogproject_get_defaultsCurrent heuristic profiles available through project_run_heuristic:
pain_structurenaive_biasprice_distributionliquidity_signalsprice_liquidity_matrixcross_categorysale_formatspeed_signalstrust_signalsIf Cursor MCP auto-discovery is enabled, restart Cursor and connect mini-data-engine.
Default MCP runtime data paths are under tests/artifacts/mcp/*.
If Cursor keeps asking for MCP or command approval on every call, apply this once:
In Cursor, open Settings -> Agents -> Auto-Run and set:
Auto-run mode: Run in SandboxMCP Allowlist: add mini-data-engine tools you use oftenCommand Allowlist: add frequently used safe commandsKeep this repo opened as the same trusted workspace and reload the window once.
Notes:
Fastest way to see the new explainability use case in action through MCP:
That single tool call creates a traced run, records step-level events under one run_id,
and returns an explanation with:
You can then replay the same explanation directly with:
Use explain_regression_suite when you want regression checks to run through MCP and come back as explainable run summaries instead of isolated test output.
The suite drives the current validation surface through the MCP layer, attaches run_id traces, and returns explain output for each check so regressions can be inspected with the same mechanism used for runtime incidents.
It currently runs:
python -m unittest discovercargo test, including the current engine_cli integration testshealth_checkbenchmark_callsscenario_load_testThe explainability demos intentionally include both positive and negative controls:
demo_explain_run as expected_successdemo_explain_run_failure as expected_failuredemo_explain_semantic_failure as expected_failuredemo_explain_idempotency_conflict as expected_failuredemo_explain_concurrency_failure_storm as expected_failureThat means the suite is not only checking that the happy path stays green. It also checks that the explain layer still classifies and summarizes known failure classes correctly.
The current regression surface covers:
Fastest MCP call for the full regression bundle:
Use it as the top-level MCP regression entrypoint when you want one answer that includes:
The MCP layer is an access interface, not the core product idea. The core of the repository is the runnable lab itself.
Product note:
PRODUCT_NOTE_RUNTIME_EXPLAINABILITY.md
Short note describing the runtime explainability use case, the required signals, and the explain_run MVP.PRODUCT_NOTE_RUNTIME_COPILOT.md
Product framing for Runtime Copilot as an MCP-native operational brain.EXPLAIN_REGRESSION_SUITE_FEASIBILITY.md
Short article describing what this repository validated about explain-first regression suites and where the current denominator still stays narrow.Use in Codex:
codex/skills/runtime-copilot/SKILL.mdcodex/automationsdocs/use-in-codex.mdRun persistent engine CLI (productization path):
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mini-data-engine-runtime-copilot)<a href="https://allmcps.com/mcp/mini-data-engine-runtime-copilot"><img src="https://allmcps.com/api/badge/mini-data-engine-runtime-copilot?style=directory" alt="Mini Data Engine Runtime Copilot on AllMCPs" /></a>