agentsync runs on your own machine — the client starts it, so there is no endpoint to ping. 86 installs a week from pypi. Last commit 6 Aug 2026.
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
p = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
This one needs environment variables set before it will start:
AGENTSYNC_REPO (Absolute path to the shared project git clone used for coordination.), AGENTSYNC_AGENT_ID (Your unique agent id, used to key your claims.), AGENTSYNC_BRANCH (The dedicated coordination branch (default: agentsync).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
Multi-agent context sharing, memory, and status coordination via MCP tools.
Wraps the taskswarm CLI as a single generic MCP tool for multi-agent task coordination.
The backlog that hands out the work: multi-agent task coordination — leases, claims, gates.
Resolve Geepers physical handles to exact coordinates + navigation for AI agents.
Coordinate AI-agent work on a local-first, owner-controlled MCP board
Auto-resolves Git merge conflicts so agents only touch the complex hunks.
Low-context public task coordination for software agents.
Answers built from our own checks of this server.