Skip to content
Zed

agentsync for Zed

io.github.jarmstrong158/agentsync

Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.

client:Zed transport:stdio runtime:pypi

Install agentsync in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agentsync": {
      "command": "uvx",
      "args": [
        "agentsync-mcp"
      ],
      "env": {
        "AGENTSYNC_REPO": "<AGENTSYNC_REPO>",
        "AGENTSYNC_AGENT_ID": "<AGENTSYNC_AGENT_ID>",
        "AGENTSYNC_BRANCH": "<AGENTSYNC_BRANCH>"
      }
    }
  }
}

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

agentsync in other clients