agentsync for Cline
io.github.jarmstrong158/agentsync
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
client:Cline
transport:stdio
runtime:pypi
Install agentsync in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<AGENTSYNC_BRANCH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs