MCP Server
MCP
agentsync
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
Install
uvx agentsync-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "agentsync-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to the shared project git clone used for coordination.",
"format": "string",
"name": "AGENTSYNC_REPO"
},
{
"description": "Your unique agent id, used to key your claims.",
"format": "string",
"name": "AGENTSYNC_AGENT_ID"
},
{
"description": "The dedicated coordination branch (default: agentsync).",
"format": "string",
"name": "AGENTSYNC_BRANCH"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment