Skip to content
Cursor

agentsync for Cursor

io.github.jarmstrong158/agentsync

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

client:Cursor transport:stdio runtime:pypi

Install agentsync in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentsync in other clients