Skip to content
Claude Desktop

agentsync for Claude Desktop

io.github.jarmstrong158/agentsync

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

client:Claude Desktop transport:stdio runtime:pypi

Install agentsync in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentsync": {
      "command": "uvx",
      "args": [
        "agentsync-mcp"
      ],
      "env": {
        "AGENTSYNC_REPO": "<AGENTSYNC_REPO>",
        "AGENTSYNC_AGENT_ID": "<AGENTSYNC_AGENT_ID>",
        "AGENTSYNC_BRANCH": "<AGENTSYNC_BRANCH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentsync in other clients