agentsync (remote)
Rank #25,208io.github.jarmstrong158/agentsync-remote
Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.
agentsync (remote) is a Model Context Protocol (MCP) server published by jarmstrong158. It ranks #25,208 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. agentsync (remote) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 90,252 of 115,460 servers on MCP Toplist.
Use agentsync (remote)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http agentsync-remote https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7D[mcp_servers.agentsync-remote]
url = "https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7D"Add to ~/.codex/config.toml.
https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7DSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentsync-remote": {
"url": "https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentsync-remote": {
"type": "http",
"url": "https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentsync-remote": {
"serverUrl": "https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentsync-remote": {
"url": "https://agentsync-remote.{account}.workers.dev/mcp/%7Btoken%7D"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jarmstrong158%2Fagentsync-remote)<a href="https://mcptoplist.com/server/io.github.jarmstrong158%2Fagentsync-remote"><img src="https://mcptoplist.com/badge/io.github.jarmstrong158%2Fagentsync-remote.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jarmstrong158
Other servers by jarmstrong158
- waveform-MCP#6,829
- context-keeper#7,723 · 6 vers
- Context Keeper (remote)#9,994 · 2 vers
- clark-mcp#12,744
- SkillMatch MCP#17,382 · 2 vers
- Cambium#17,619 · 2 vers
- Conductor#20,441 · 2 vers
- agentsync#20,960 · 2 vers
- cambium (remote)#27,445 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Aug 2, 2026 |
| 0.1.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains agentsync (remote)?
- agentsync (remote) is maintained by jarmstrong158, which publishes 10 MCP servers (19 total versions) tracked on MCP Toplist.
- Is agentsync (remote) listed on the Official MCP Registry?
- Yes — agentsync (remote) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agentsync (remote) have?
- MCP Toplist tracks 2 versions of agentsync (remote), most recently published on Aug 2, 2026.
- Where can I find the source code for agentsync (remote)?
- The source code for agentsync (remote) is hosted at github.com/jarmstrong158/agentsync-remote.