desplega-ai/agent-swarm
v1.2.0MIT
Multi-agent coordination with agent-swarm MCP
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
agent-swarmstdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/scripts/agent-swarm-mcp.mjs"
],
"env": {
"AGENT_SWARM_CONFIG": "${PLUGIN_DATA}/agent-swarm.json"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-swarm",
"version": "1.2.0",
"description": "Multi-agent coordination with agent-swarm MCP",
"author": {
"name": "desplega.ai",
"email": "contact@desplega.ai"
},
"homepage": "https://desplega.ai",
"repository": "https://github.com/desplega-ai/ai-toolbox",
"license": "MIT",
"keywords": ["ai", "agent", "swarm", "multi-agent", "mcp"]
}