agentsync
Rank #20,960io.github.jarmstrong158/agentsync
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
agentsync is a Model Context Protocol (MCP) server published by jarmstrong158. It ranks #20,960 of 115,460 servers tracked on MCP Toplist. agentsync is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 14, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 94,500 of 115,460 servers on MCP Toplist.
Use agentsync
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentsync -e "AGENTSYNC_REPO=<your AGENTSYNC_REPO>" -e "AGENTSYNC_AGENT_ID=<your AGENTSYNC_AGENT_ID>" -e "AGENTSYNC_BRANCH=<your AGENTSYNC_BRANCH>" -- uvx agentsync-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentsync]
command = "uvx"
args = ["agentsync-mcp"]
[mcp_servers.agentsync.env]
AGENTSYNC_REPO = "<your AGENTSYNC_REPO>"
AGENTSYNC_AGENT_ID = "<your AGENTSYNC_AGENT_ID>"
AGENTSYNC_BRANCH = "<your AGENTSYNC_BRANCH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<your AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<your AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<your AGENTSYNC_BRANCH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<your AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<your AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<your AGENTSYNC_BRANCH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentsync": {
"type": "stdio",
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<your AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<your AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<your AGENTSYNC_BRANCH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<your AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<your AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<your AGENTSYNC_BRANCH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
],
"env": {
"AGENTSYNC_REPO": "<your AGENTSYNC_REPO>",
"AGENTSYNC_AGENT_ID": "<your AGENTSYNC_AGENT_ID>",
"AGENTSYNC_BRANCH": "<your AGENTSYNC_BRANCH>"
}
}
}
}Replace each placeholder with your own value before saving.
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)<a href="https://mcptoplist.com/server/io.github.jarmstrong158%2Fagentsync"><img src="https://mcptoplist.com/badge/io.github.jarmstrong158%2Fagentsync.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 (remote)#25,208 · 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?
- agentsync is maintained by jarmstrong158, which publishes 10 MCP servers (19 total versions) tracked on MCP Toplist.
- Is agentsync listed on the Official MCP Registry?
- Yes — agentsync is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does agentsync have?
- MCP Toplist tracks 2 versions of agentsync, most recently published on Aug 2, 2026.
- Where can I find the source code for agentsync?
- The source code for agentsync is hosted at github.com/jarmstrong158/agentsync.