Skip to content
Gemini CLI

mdflow — Context OS for AI Coding Agents for Gemini CLI

io.github.yubinbin32-ops/mdflow

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

client:Gemini CLI transport:stdio runtime:oci

Install mdflow — Context OS for AI Coding Agents in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mdflow — Context OS for AI Coding Agents in other clients