memory_create_room
Create a shared memory room for collaborative context that your AI assistants and others' assistants can read and write to across Claude, ChatGPT, and Cursor.
Instructions
Create a SHARED memory room — a space you and OTHER people's assistants can both read and write, across Claude/ChatGPT/Cursor. Use when the user wants to share context or collaborate with someone else (e.g. 'make a room for me and Olya'). Returns the room's address; pass that address as the domain on memory_write/memory_read to use it. To bring someone in, call memory_invite_to_room next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Room name, unique within your account (e.g. 'me-and-olya'). | |
| description | No | Optional description of the room. |