Skip to content
Cursor

agentsync (remote) for Cursor

io.github.jarmstrong158/agentsync-remote

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

client:Cursor transport:streamable-http

Install agentsync (remote) in Cursor

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

{
  "mcpServers": {
    "agentsync-remote": {
      "url": "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}

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

agentsync (remote) in other clients