Skip to content
Zed

agent team for Zed

io.github.richardlemmon/agent-team

13 specialized AI agents collaborating via SQLite. 44 MCP tools. One-command install.

client:Zed transport:stdio runtime:npm

Install agent team in Zed

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

{
  "context_servers": {
    "agent-team": {
      "command": "npx",
      "args": [
        "-y",
        "agent-team-mcp"
      ]
    }
  }
}

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

agent team in other clients