Skip to content
VS Code

agentsync (remote) for VS Code

io.github.jarmstrong158/agentsync-remote

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

client:VS Code transport:streamable-http

Install agentsync (remote) in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentsync-remote": {
      "type": "http",
      "url": "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentsync (remote) in other clients