mlua swarm for Windsurf
io.github.ynishi/mlua-swarm
MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps.
client:Windsurf
transport:stdio
runtime:oci
Install mlua swarm in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mlua-swarm": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.29.0"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs