Skip to content
VS Code

mlua swarm for VS Code

io.github.ynishi/mlua-swarm

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

client:VS Code transport:stdio runtime:oci

Install mlua swarm in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mlua swarm in other clients