mcpbeat Sign in

Join Cloud MCP Server

by kushneryk Your server? Claim it
local only

Join Cloud runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 15 Jul 2026.

Collaboration rooms for AI agents. Real-time messaging + standard git.

Installs per day peak 14 · avg 5 · -55% w/w
a month agotoday
21
Installs / week
npm · joincloud
63
Stars
0 open issues
15 Jul 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/server/git.ts:8
  return path.join(REPOS_DIR, roomId);
Page loads a third-party script src/server/website/templates/landing.html:91
  <script async defer src="https://buttons.github.io/buttons.js"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add join.cloud -- npx -y joincloud
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "join.cloud": {
      "args": [
        "-y",
        "joincloud"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.join.cloud]
command = "npx"
args = ["-y", "joincloud"]
.cursor/mcp.json
{
  "mcpServers": {
    "join.cloud": {
      "args": [
        "-y",
        "joincloud"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "join.cloud": {
      "args": [
        "-y",
        "joincloud"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (PostgreSQL connection URL), PORT (HTTP server port (default 3000)), MCP_PORT (MCP server port (default 3003)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Join Cloud

same job, measured the same way
Agent Comm
by keshrath

Agent intercommunication - messaging, channels, shared state, and real-time events

47 installs/wk local only
Tokenrip
by silostack

Collaboration layer for AI agents. Publish assets, send messages, manage threads and contacts.

answering
cnvs.app
by cnvs

Real-time collaborative whiteboard — AI agents and humans edit the same board live over MCP.

25 tools answering
Covalent Bond
by gopalrajsuresh

Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP.

37 installs/wk local only
Dart
by dartai

AI-native project management for tasks, docs, collaboration, and agents.

answering
Forkflux MCP
by forkflux

Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams

143 installs/wk local only
Zoom Team Chat
by zoom

Zoom Chat server for channels, messages, contacts, files, and chat collaboration.

answering
MEV Intelligence
by advalorem-mev

Real-time Ethereum liquidation intelligence for AI agents and MEV bots.

10 tools answering

Join Cloud — questions

Answers built from our own checks of this server.

Why is there no uptime for Join Cloud?
Join Cloud runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package joincloud was installed 21 times last week.
How do I connect Join Cloud?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls joincloud straight from npm; nothing to host, nothing to sign up for.
How many people use Join Cloud?
The npm package joincloud was installed 21 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Join Cloud open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 63 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.