join.cloud for Claude Desktop
io.github.kushneryk/join.cloud
Collaboration rooms for AI agents. Real-time messaging + standard git.
client:Claude Desktop
transport:stdio
runtime:npm
Install join.cloud in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"join.cloud": {
"command": "npx",
"args": [
"-y",
"joincloud"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"PORT": "<PORT>",
"MCP_PORT": "<MCP_PORT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs