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
{
"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