Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions data/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,26 @@
}
}
]
},
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.stiege/mcp-swarm",
"description": "Orchestrate parallel Claude agent workloads via Docker containers. Run N agents simultaneously with functional combinators (map, par, chain, reduce, pipeline), lazy monadic refs, and a natural language type system.",
"repository": {
"url": "https://github.com/stiege/swarm-mcp.git",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-swarm",
"version": "0.1.1",
"runtimeHint": "python",
"transport": {
"type": "stdio"
}
}
]
}
]
Loading