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
{
"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