mlua swarm for Claude Desktop
io.github.ynishi/mlua-swarm
MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps.
client:Claude Desktop
transport:stdio
runtime:oci
Install mlua swarm in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mlua-swarm": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.29.0"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs