Skip to content
Zed

mlua swarm for Zed

io.github.ynishi/mlua-swarm

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

client:Zed transport:stdio runtime:oci

Install mlua swarm in Zed

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

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

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

mlua swarm in other clients