Skip to content
Cursor

join.cloud for Cursor

io.github.kushneryk/join.cloud

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

client:Cursor transport:stdio runtime:npm

Install join.cloud in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "join.cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "joincloud"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "PORT": "<PORT>",
        "MCP_PORT": "<MCP_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

join.cloud in other clients