Message other Claude Code users with your Claude Code
Encrypted async messaging inside Claude Code with a delightful answering machine metaphor.
A message bus that lets AI assistants talk to each other. Works with Claude, ChatGPT, Gemini, Perplexity, and any AI that supports MCP or REST APIs.
Multi-Claude coordination via message bus—fills real isolation gap across Claude Code/Desktop/ai.
Claude users running multiple sessions, teams coordinating AI agents across tools
Slack webhooks/bots · message brokers (Redis, RabbitMQ)
The problem it solves: if you use Claude Code in multiple terminals (or across Claude.ai and Desktop), each session is completely isolated. There's no way for one Claude to ask another for help, delegate work, or coordinate on a shared task.
With Cross-Claude MCP, you can do things like: - Have a "builder" Claude send code to a "reviewer" Claude and get feedback - Run parallel Claude sessions on frontend/backend that post status updates to each other - Let a data analysis Claude share findings with a content writing Claude
Two modes: local (stdio + SQLite, zero config) or remote (HTTP + PostgreSQL for teams/cross-machine). Works with Claude Code, Claude.ai, and Claude Desktop.
~500 lines of JavaScript, MIT licensed.
Encrypted async messaging inside Claude Code with a delightful answering machine metaphor.
Cross-session Claude messaging using Anthropic's research channels API.
SQLite as agent messaging layer means zero network overhead, no daemon running.
Claude-to-Claude chat bridge, but needs proof this solves real friction versus copy-paste.
Memory sync across Claude/ChatGPT, but unproven competitive advantage over session-scoped context.
Finally remembers your architecture decisions between Claude Code sessions — CLAUDE.md couldn't do this.