agentsync for Windsurf
io.github.jarmstrong158/agentsync
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
client:Windsurf
transport:stdio
runtime:pypi
Install agentsync in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<AGENTSYNC_BRANCH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs