Skip to content
Gemini CLI

mlua swarm for Gemini CLI

io.github.ynishi/mlua-swarm

MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps.

client:Gemini CLI transport:stdio runtime:oci

Install mlua swarm in Gemini CLI

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

{
  "mcpServers": {
    "mlua-swarm": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ynishi/mse:0.29.0"
      ]
    }
  }
}

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

mlua swarm in other clients