mlua-swarm
Rank #4,321io.github.ynishi/mlua-swarm
MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps.
mlua-swarm is a Model Context Protocol (MCP) server published by ynishi. It ranks #4,321 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mlua-swarm is listed across 3 registries — Official MCP, PulseMCP and Glama, with 17 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 111,270 of 115,591 servers on MCP Toplist.
Use mlua-swarm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mlua-swarm -- docker run -i --rm ghcr.io/ynishi/mse:0.27.0 mcp[mcp_servers.mlua-swarm]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ynishi/mse:0.27.0", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mlua-swarm": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.27.0",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mlua-swarm": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.27.0",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mlua-swarm": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.27.0",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mlua-swarm": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.27.0",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mlua-swarm": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ynishi/mse:0.27.0",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ynishi%2Fmlua-swarm)<a href="https://mcptoplist.com/server/io.github.ynishi%2Fmlua-swarm"><img src="https://mcptoplist.com/badge/io.github.ynishi%2Fmlua-swarm.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ynishi
Other servers by ynishi
View all ynishi servers →Available versions (17)
| Version | Published |
|---|---|
| 0.27.0 | Aug 27, 2026 |
| 0.26.0 | Aug 14, 2026 |
| 0.25.0 | Aug 10, 2026 |
| 0.24.0 | Aug 6, 2026 |
| 0.23.1 | Aug 5, 2026 |
| 0.22.0 | Aug 1, 2026 |
| 0.21.0 | Jul 31, 2026 |
| 0.20.0 | Jul 30, 2026 |
| 0.19.0 | Jul 30, 2026 |
| 0.18.0 | Jul 25, 2026 |
| 0.17.0 | Jul 24, 2026 |
| 0.16.0 | Jul 24, 2026 |
| 0.9.0 | Jul 10, 2026 |
| 0.7.0 | Jul 9, 2026 |
| 0.5.0 | Jul 7, 2026 |
| 0.4.0 | Jul 6, 2026 |
| 0.1.3 | Jul 4, 2026 |
Frequently asked questions
- Who maintains mlua-swarm?
- mlua-swarm is maintained by ynishi, which publishes 5 MCP servers (26 total versions) tracked on MCP Toplist.
- Is mlua-swarm listed on the Official MCP Registry?
- Yes — mlua-swarm is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mlua-swarm have?
- MCP Toplist tracks 17 versions of mlua-swarm, most recently published on Aug 27, 2026.
- Where can I find the source code for mlua-swarm?
- The source code for mlua-swarm is hosted at github.com/ynishi/mlua-swarm.