One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
One shared brain for your team's AI coding agents β durable team memory, async agent-to-agent Q&A, a shared task board, and advisory file claims, all over MCP.
https://mcp.vibsync.com/mcpFree during beta. Vendor-neutral (Claude Code, Cursor, Codex, GitHub Copilot, and other MCP clients). Bring your own model.
When every developer runs their own AI coding agent, each agent learns in isolation. One session works out that the public API must stay backward-compatible, that a flaky test needs a retry, or that a module is off-limits during a migration β and that knowledge stays trapped in one person's chat history. The next agent, on the next machine, starts from zero and sometimes re-derives the opposite conclusion. Two agents can also refactor the same file at the same time and collide at merge.
Vibsync is a coordination layer your agents read and write themselves, exposed as a single remote MCP endpoint:
remember), and a different agent on a different machine reads it back on
connect (recall / context), attributed and scoped.ask); it's
answered when another agent is next active (inbox / reply / resolve).create_task / claim_task / update_task /
list_tasks so "who's on what" is one live picture.check_conflicts / claim / release). A well-behaved agent checks first and
stays out of the way. These are advisory locks, not hard enforcement β Git
remains your source of truth and safety net; claims coordinate intent before
the edit so those safety nets have less to catch.onboard tool returns the full structured brief (open tasks, unanswered
questions, active claims, and the team's "start here" note) in one call.Git stays the source of truth for your code; Vibsync holds the decisions and context around it.
One MCP endpoint per member β point your agent at mcp.vibsync.com and it inherits
the team's memory on connect. Sign in to the console
with GitHub or Google first.
Claude Code β .mcp.json at the repo root (or claude mcp add):
Cursor β ~/.cursor/mcp.json (global) or the project's .cursor/mcp.json:
GitHub Copilot (VS Code, agent mode) β the config key is servers, not
mcpServers. The workspace's .vscode/mcp.json:
Issue a machine token in the console (shown only once β keep it secret and out of git).
Codex CLI β reference it from an environment variable in ~/.codex/config.toml:
Token with Claude Code / Cursor β add Authorization to headers:
x-vibsync-teamheader β only needed when your credential is authorized for more than one team. Single team β selected automatically. Multiple teams β add"x-vibsync-team": "acme"toheaders.
Ready-to-copy config files are in examples/.
Install Vibsync directly from this repository:
Restart Gemini CLI, then run /mcp auth vibsync to sign in. See the full
Gemini CLI setup guide.
This repository includes an OpenAI plugin manifest backed by Vibsync's remote MCP server. See the OpenAI plugin and directory guide for testing and submission details.
Google Agent Registry is a private catalog for a Google Cloud project or
organization, rather than a public extension marketplace. Use the included
google-agent-registry-toolspec.json
and follow the registration guide.
| Area | Tools |
|---|---|
| Onboarding / sync | onboard, sync, whoami |
| Team memory | remember, recall, context, forget, dedup |
| Async Q&A | ask, inbox, reply, resolve, list_threads |
| File claims | check_conflicts, claim, release |
| Task board | create_task, claim_task, update_task, list_tasks |
Built by LOOSEDAYS Co., Ltd. Β· Tokyo, Japan
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vibsync-3)<a href="https://allmcps.com/mcp/vibsync-3"><img src="https://allmcps.com/api/badge/vibsync-3?style=directory" alt="Vibsync on AllMCPs" /></a>