What is the agentsync MCP server?
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
How to install agentsync
Copy-paste configuration for popular MCP clients.
AGENTSYNC_REPOAbsolute path to the shared project git clone used for coordination.
AGENTSYNC_AGENT_IDYour unique agent id, used to key your claims.
AGENTSYNC_BRANCHThe dedicated coordination branch (default: agentsync).
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<YOUR_AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<YOUR_AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<YOUR_AGENTSYNC_BRANCH>"
}
}
}
}{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<YOUR_AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<YOUR_AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<YOUR_AGENTSYNC_BRANCH>"
}
}
}
}{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<YOUR_AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<YOUR_AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<YOUR_AGENTSYNC_BRANCH>"
}
}
}
}{
"servers": {
"agentsync": {
"type": "stdio",
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<YOUR_AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<YOUR_AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<YOUR_AGENTSYNC_BRANCH>"
}
}
}
}claude mcp add agentsync --env AGENTSYNC_REPO=<YOUR_AGENTSYNC_REPO> --env AGENTSYNC_AGENT_ID=<YOUR_AGENTSYNC_AGENT_ID> --env AGENTSYNC_BRANCH=<YOUR_AGENTSYNC_BRANCH> -- uvx agentsync-mcpRelated MCP servers
agentsync (remote)
Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.
Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.
Local task scheduler and worker manager with MCP integration for Claude Desktop.
Cambium
Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.
cambium (remote)
Cloudflare Worker for read-only recall of cambium knowledge. MCP 2026-07-28, dual-era.