Skip to content
Zed

mdflow — Context OS for AI Coding Agents for Zed

io.github.yubinbin32-ops/mdflow

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

client:Zed transport:stdio runtime:oci

Install mdflow — Context OS for AI Coding Agents in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mdflow — Context OS for AI Coding Agents in other clients