mlua swarm for Cursor
io.github.ynishi/mlua-swarm
MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps.
client:Cursor
transport:stdio
runtime:oci
Install mlua swarm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mlua-swarm": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.29.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs