Skip to content
Grok

mdflow — Context OS for AI Coding Agents for Grok

io.github.yubinbin32-ops/mdflow

Context OS for AI coding agents: task-scoped AST context, verified mutation, and rollback.

client:Grok transport:stdio runtime:oci

Install mdflow — Context OS for AI Coding Agents in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mdflow": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yubinbin32-ops/mdflow:0.3.7"
      ],
      "env": {
        "MDFLOW_PROJECT_ROOT": "<MDFLOW_PROJECT_ROOT>"
      }
    }
  }
}

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

mdflow — Context OS for AI Coding Agents in other clients