Skip to content
Claude Desktop

agentsync (remote) for Claude Desktop

io.github.jarmstrong158/agentsync-remote

Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.

client:Claude Desktop transport:streamable-http

Install agentsync (remote) in Claude Desktop

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

{
  "mcpServers": {
    "agentsync-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agentsync (remote) in other clients