Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
claude mcp add agentsync -- uvx agentsync-mcp
claude_desktop_config.json
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentsync": {
"type": "stdio",
"command": "uvx",
"args": [
"agentsync-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentsync": {
"command": "uvx",
"args": [
"agentsync-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jarmstrong158--agentsync/reviews or the review_server meta-tool.
POST /mcp