MCP Server
MCP
io.github.kushneryk/join.cloud
Collaboration rooms for AI agents. Real-time messaging + standard git.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "joincloud",
"version": "0.1.0",
"transport": {
"type": "streamable-http",
"url": "https://join.cloud/mcp"
},
"environmentVariables": [
{
"description": "PostgreSQL connection URL",
"isRequired": true,
"format": "string",
"name": "DATABASE_URL"
},
{
"description": "HTTP server port (default 3000)",
"format": "string",
"name": "PORT"
},
{
"description": "MCP server port (default 3003)",
"format": "string",
"name": "MCP_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment