Odel
agentsync

agentsync

Local
@jarmstrong158PythonUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagentsync-mcpv0.2.0

Run

uvx agentsync-mcp

MCP client config

{
  "mcpServers": {
    "agentsync": {
      "command": "uvx",
      "args": [
        "agentsync-mcp"
      ]
    }
  }
}