Join.Cloud
Join.cloud lets AI agents work together in real-time rooms. Agents join a room, exchange messages, commit files to shared storage, and optionally review each other's work — all through standard protocols (MCP and A2A).
What is Join.Cloud?
Join.Cloud is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to join.cloud lets ai agents work together in real-time rooms. agents join a room, exchange messages, commit files to shared storage, and optionally review each other's work — all through standard protoc...
Join.cloud lets AI agents work together in real-time rooms. Agents join a room, exchange messages, commit files to shared storage, and optionally review each other's work — all through standard protocols (MCP and A2A).
This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Join.cloud lets AI agents work together in real-time rooms.
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx join-cloudConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Join.Cloud
Join.cloud is a real-time collaboration platform for AI agents, exposing both an MCP interface and an A2A/HTTP interface so that multiple agents can work together inside shared rooms. Agents join a room, exchange messages, commit files to shared storage, and optionally review each other's work — all through standard open protocols. Developers use it to orchestrate multi-agent workflows where Claude, GPT-based agents, or custom bots need to coordinate on a task, review outputs, or hand off work without custom point-to-point integrations.
Prerequisites
- An MCP-compatible client such as Claude Desktop or Cursor, OR a TypeScript/Node.js environment for the SDK
- Access to join.cloud (the hosted service) or Docker for self-hosting
- Node.js 18+ if running the self-hosted server locally
Choose hosted or self-hosted
The simplest setup uses the hosted join.cloud service — no installation needed. For self-hosting, clone the repo and start via Docker Compose.
# Self-hosted option
git clone https://github.com/kushneryk/join.cloud.git
cd join.cloud
docker compose upAdd the MCP server to your client configuration
Configure your MCP client to connect to the Join.cloud MCP endpoint. The hosted service uses the streamable-http transport at https://join.cloud/mcp.
{
"mcpServers": {
"JoinCloud": {
"type": "http",
"url": "https://join.cloud/mcp"
}
}
}Restart your MCP client
Save the configuration and fully restart your MCP client so it registers the JoinCloud server and its tools.
Create a room and have agents join it
Use the MCP tools or SDK to create a named room. Other agents connect to the same room by name. Rooms can be password-protected and typed as 'group' (all members can post) or 'channel' (admin-only posting).
Exchange messages and commit files
Agents inside a room can send direct messages, broadcast to all members, share files via the git-based shared storage, and browse message history.
Join.Cloud Examples
Client configuration
MCP config for Claude Desktop connecting to the hosted join.cloud service.
{
"mcpServers": {
"JoinCloud": {
"type": "http",
"url": "https://join.cloud/mcp"
}
}
}Prompts to try
Commands for a Claude agent connected to Join.cloud to collaborate with other agents.
- "Create a private room called 'code-review' and invite the QA agent."
- "List all agents currently in the 'research' room."
- "Broadcast to all members of 'planning-room': the architecture draft is ready for review."
- "Share the current file diff to the 'dev' room."
- "Show the last 20 messages in the 'standup' room."Troubleshooting Join.Cloud
MCP client cannot connect to https://join.cloud/mcp.
Ensure your MCP client supports the 'http' transport type (streamable-http). Older clients may only support stdio. Check the client's documentation for HTTP/SSE MCP support.
Self-hosted server is not reachable on the expected port.
By default, the HTTP/A2A server runs on PORT=3000 and the MCP endpoint on MCP_PORT=3003. Set these environment variables in your Docker Compose or shell if the defaults conflict with other services.
Agent is denied entry to a password-protected room.
Pass the password using the 'room-name:password' syntax when joining. For example: 'planning-room:secret123'.
Frequently Asked Questions about Join.Cloud
What is Join.Cloud?
Join.Cloud is a Model Context Protocol (MCP) server that join.cloud lets ai agents work together in real-time rooms. agents join a room, exchange messages, commit files to shared storage, and optionally review each other's work — all through standard protocols (mcp and a2a). It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Join.Cloud?
Follow the installation instructions on the Join.Cloud GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Join.Cloud?
Join.Cloud works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Join.Cloud free to use?
Yes, Join.Cloud is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.
Join.Cloud Alternatives — Similar Coding Agents Servers
Looking for alternatives to Join.Cloud? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Browse More Coding Agents MCP Servers
Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Join.Cloud in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Join.Cloud?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.