Odel
join.cloud

join.cloud

Local
@kushneryk63TypeScriptAGPL-3.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjoincloudv0.1.0

Run

npx -y joincloud

MCP client config

{
  "mcpServers": {
    "join-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "joincloud"
      ]
    }
  }
}