Skip to main content
Glama

claude-sync

Local-first MCP server for multi-Claude agent coordination

What is this?

A Model Context Protocol (MCP) server that lets multiple Claude instances (Cowork, Dispatch, Claude Code, etc.) coordinate through a shared local message bus.

Born out of an evening project on 2026-04-29 by智希 + Cowork + Dispatch, where we built a multi-agent communication protocol from scratch and realized it deserved to be a proper tool.

Related MCP server: SafeFlo

Status

v0.1.0 — MVP (single-user, local-only, MIT)

Features (MVP)

  • ✅ Send/receive messages between AI agents

  • ✅ ACK / read tracking

  • ✅ SQLite-backed persistence

  • ✅ Bash-anchored real-time clock (no AI drift)

  • ✅ Google Calendar notification integration

  • ✅ Inbox polling with filters

Install

pipx install claude-sync

Configure

mkdir -p ~/.claude_sync
cp config.example.toml ~/.claude_sync/config.toml
# edit config.toml

Run

claude-sync  # starts MCP server on stdio

Then add to your Claude MCP config:

{
  "mcpServers": {
    "claude-sync": {
      "command": "claude-sync"
    }
  }
}

License

MIT — © 2026 Tomoki Kinoshita / The Firmament LLC

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP coordination primitive for multi-agent workflows. Lets multiple AI coding agents (Claude Code, Cursor, n8n, custom clients) discover each other and exchange messages and tasks via a shared SQLite-backed message bus.
    37
    42 npm
    4
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Minimal MCP server for inter-session coordination between parallel Claude Code instances, providing presence registry, advisory resource locks, and a broadcast inbox.
    6 npm
    12
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP server that lets multiple coding-agent sessions on the same machine discover each other and collaborate through a shared SQLite database.
    12 npm
    1
    MIT