PluginBench
MCP Server
Active
MIT

agentsync (remote) MCP Server

io.github.jarmstrong158/agentsync-remote

What is the agentsync (remote) MCP server?

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

How to install agentsync (remote)

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentsync-remote": {
      "url": "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentsync-remote": {
      "serverUrl": "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentsync-remote": {
      "type": "http",
      "url": "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentsync-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agentsync-remote.{account}.workers.dev/mcp/{token}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentsync-remote https://agentsync-remote.{account}.workers.dev/mcp/{token}

Related MCP servers

Job search and ranking pipeline via MCP for Claude Desktop.

2
Python
MIT
View repository →

Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.

1
Python
MIT
View repository →

Local task scheduler and worker manager with MCP integration for Claude Desktop.

0
Python
MIT
View repository →

agentsync

Active

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

0
Python
View repository →

Cambium

Active

Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.

0
Python
View repository →

Cloudflare Worker for read-only recall of cambium knowledge. MCP 2026-07-28, dual-era.

0
TypeScript
MIT
View repository →