Skip to content
Zed

taskswarm for Zed

io.github.rudrendupaul/taskswarm

Wraps the taskswarm CLI as a single generic MCP tool for multi-agent task coordination.

client:Zed transport:stdio runtime:pypi

Install taskswarm in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "taskswarm": {
      "command": "uvx",
      "args": [
        "taskswarm-cli"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

taskswarm in other clients