Skip to content
Grok

mlua swarm for Grok

io.github.ynishi/mlua-swarm

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

client:Grok transport:stdio runtime:oci

Install mlua swarm in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mlua swarm in other clients