← Back to Plugins
MCP Server MCP

agentsync

github By github 👁 1 views ▲ 0 votes

Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...