{
  "name": "claude-code-swarm",
  "description": "Spin up Claude Code agent teams from openteams YAML topologies with optional MAP (Multi-Agent Protocol) observability and coordination. Provides hooks for session lifecycle, agent spawn/complete tracking, and a /swarm skill to launch team configurations.",
  "version": "0.4.0",
  "author": {
    "name": "alexngai"
  },
  "mcpServers": {
    "opentasks": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/mcp-launcher.mjs",
        "opentasks"
      ],
      "env": {}
    },
    "agent-inbox": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/mcp-launcher.mjs",
        "agent-inbox"
      ],
      "env": {}
    },
    "minimem": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/mcp-launcher.mjs",
        "minimem"
      ],
      "env": {}
    }
  }
}
