agentsync runs on your own machine — the client starts it, so there is no endpoint to ping. 360 installs a week from pypi. Last commit 2 Aug 2026.
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agentsync -- uvx agentsync-mcp
{
"mcpServers": {
"agentsync": {
"args": [
"agentsync-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.agentsync]
command = "uvx"
args = ["agentsync-mcp"]
{
"mcpServers": {
"agentsync": {
"args": [
"agentsync-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"agentsync": {
"args": [
"agentsync-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.