Skip to content
Grok

agentsync for Grok

io.github.jarmstrong158/agentsync

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

client:Grok transport:stdio runtime:pypi

Install agentsync in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentsync in other clients