agentsync
About
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENTSYNC_REPO AGENTSYNC_AGENT_ID AGENTSYNC_BRANCHClaude Code
claude mcp add --env AGENTSYNC_REPO= --env AGENTSYNC_AGENT_ID= --env AGENTSYNC_BRANCH= agentsync -- uvx agentsync-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agentsync","command":"uvx","args":["agentsync-mcp"],"env":{"AGENTSYNC_REPO":"","AGENTSYNC_AGENT_ID":"","AGENTSYNC_BRANCH":""}}'
JSON
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "",
"AGENTSYNC_AGENT_ID": "",
"AGENTSYNC_BRANCH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.